mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user