diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2010-04-22 13:11:32 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2010-04-22 13:11:32 +0000 |
commit | 4dccf2577668877844e193c92778215d0316fb4a (patch) | |
tree | 5db84608f83a940ceeb286a82357e0f61983878e /template/yoga | |
parent | 3402ea7bf3347520f9bb8ba536328954ea9902b3 (diff) |
Issue 1521 : report trunk on branch 2.0
git-svn-id: http://piwigo.org/svn/branches/2.0@5938 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 5b720c85e..c36c51cbc 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -29,8 +29,7 @@ <div id="imageHeaderBar"> <div class="browsePath"> - <a href="{$U_HOME}" rel="home">{'home'|@translate}</a> - {if !$IS_HOME}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if} + {$SECTION_TITLE} {$LEVEL_SEPARATOR}{$current.TITLE} </div> <div class="imageNumber">{$PHOTO}</div> |