diff options
-rw-r--r-- | resources/slideshow.png | bin | 0 -> 1202 bytes | |||
-rw-r--r-- | templates/photo_index.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/slideshow.png b/resources/slideshow.png Binary files differnew file mode 100644 index 0000000..4a9c6d5 --- /dev/null +++ b/resources/slideshow.png diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index bc7e5d1..c00ab96 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -31,7 +31,7 @@ </td> <td class="index_header" style="text-align: right"> {if $slideshow_link } - <a href="{$slideshow_link}" title="Slideshow" target="_blank">Slideshow</a> + <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="resources/slideshow.png" /></a> {/if} {if $extern_link } <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> |