diff options
Diffstat (limited to 'themes/default/template/picture_nav_buttons.tpl')
-rw-r--r-- | themes/default/template/picture_nav_buttons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture_nav_buttons.tpl b/themes/default/template/picture_nav_buttons.tpl index f0e1300b5..c2a34eb5f 100644 --- a/themes/default/template/picture_nav_buttons.tpl +++ b/themes/default/template/picture_nav_buttons.tpl @@ -1,6 +1,6 @@ <div class="navButtons"> -{if $DISPLAY_NAV_BUTTONS and !isset($slideshow)} +{if $DISPLAY_NAV_BUTTONS or isset($slideshow)} {if isset($last)} <a class="navButton" href="{$last.U_IMG}" title="{'Last'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'Last'|@translate}"></a> {else} |