diff options
Diffstat (limited to 'themes/default/template/picture.tpl')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index f52dc3255..ecfb425f1 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -106,6 +106,7 @@ y.callService( </div> +<div id="infosImage"> {if $DISPLAY_NAV_THUMB} {if isset($previous)} <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev"> @@ -277,6 +278,7 @@ y.callService( {/foreach} </table> {/if} +</div> {* <!-- infosImage --> *} <hr class="separation"> |