diff options
author | flop25 <flop25@piwigo.org> | 2010-04-16 14:15:09 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2010-04-16 14:15:09 +0000 |
commit | 95ccd402f93fca99397f2fae1d068da7cd05e67d (patch) | |
tree | 65897ee807535f666622236d4109dadc910a9e45 | |
parent | 9ee08fcf12cf1ad4fc265383c39b86e43d5611e9 (diff) |
the picture stop_slideshow.png is never displayed because the code to stop the slideshow is in slideshow.tpl : so the code in picture.tpl is deleted
git-svn-id: http://piwigo.org/svn/trunk@5875 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/default/template/picture.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 90d574f47..57353ef6f 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -42,9 +42,6 @@ {if isset($U_SLIDESHOW_START) } <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"></a> {/if} - {if isset($U_SLIDESHOW_STOP) } - <a href="{$U_SLIDESHOW_STOP}" title="{'stop the slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'stop the slideshow'|@translate}"></a> - {/if} {if isset($U_METADATA) } <a href="{$U_METADATA}" title="{'Show file metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a> {/if} |