Ignore:
Timestamp:
Apr 16, 2010, 4:15:09 PM (14 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r5559 r5875  
    4242    {if isset($U_SLIDESHOW_START) }
    4343      <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>
    44     {/if}
    45     {if isset($U_SLIDESHOW_STOP) }
    46       <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>
    4744    {/if}
    4845    {if isset($U_METADATA) }
Note: See TracChangeset for help on using the changeset viewer.