diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/slideshow.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl index a310935a2..71fa06558 100644 --- a/themes/default/template/slideshow.tpl +++ b/themes/default/template/slideshow.tpl @@ -3,11 +3,9 @@ {if isset($U_SLIDESHOW_STOP) } [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] {/if} + <h2 class="showtitle">{$current.TITLE}</h2> </div> <div class="imageNumber">{$PHOTO}</div> - {if $SHOW_PICTURE_NAME_ON_TITLE } - <h2 class="showtitle">{$current.TITLE}</h2> - {/if} </div> <div id="imageToolBar"> |