diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/picture.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 82260bc96..50c0b0fc3 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -3,7 +3,11 @@ <!-- END information --> <div id="imageHeaderBar"> - <div class="browsePath"><a href="{U_HOME}" rel="home">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}</div> + <div class="browsePath"> + <a href="{U_HOME}" rel="home">{L_HOME}</a> + {LEVEL_SEPARATOR}{SECTION_TITLE} + {LEVEL_SEPARATOR}{PICTURE_TITLE} + </div> <div class="imageNumber">{PHOTO}</div> <!-- BEGIN title --> <h2>{TITLE}</h2> |