diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-20 21:56:36 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-20 21:56:36 +0000 |
commit | 360b97e6da3d53e9ff5f5a92b6388a9a82824c24 (patch) | |
tree | 611aea7cc9d7590edab3c7fa9e4f5903fee70e76 /templates | |
parent | 8e8f2ed05f83a200ec3414b865d0d1a79c01404e (diff) |
issue46, added a nice slideshow icon
git-svn-id: file:///var/lib/svn/phpfspot/trunk@227 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |