diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/picture.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index b679d2ebb..1c562cc4d 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -12,12 +12,9 @@ <div id="imageHeaderBar"> <div class="browsePath"> - {$SECTION_TITLE} {$LEVEL_SEPARATOR}{$current.TITLE} + {$SECTION_TITLE} {$LEVEL_SEPARATOR} <h2>{$current.TITLE}</h2> </div> <div class="imageNumber">{$PHOTO}</div> - {if $SHOW_PICTURE_NAME_ON_TITLE} - <h2>{$current.TITLE}</h2> - {/if} </div> <div id="imageToolBar"> |