diff options
author | plegall <plg@piwigo.org> | 2006-04-05 20:55:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-05 20:55:26 +0000 |
commit | 969ebbf4f120064ab864329c8daf3adc38cfc38a (patch) | |
tree | 1e4e5fcd8d5661eeb10008fe74237bbc7874e8e3 /template/yoga/picture.tpl | |
parent | cf5f9f4eb6ff84813db69bcd5aede7bd690f3ca7 (diff) |
improvement: on picture.php, show title calculated in
include/section_init.inc.php instead of nothing.
git-svn-id: http://piwigo.org/svn/trunk@1128 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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> |