diff options
author | plegall <plg@piwigo.org> | 2005-09-20 22:04:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-20 22:04:57 +0000 |
commit | 16738920268f50813b4dbdafdc619b4ec8a2d9f2 (patch) | |
tree | f0172536878a30150426aa5b4d8c2922008050b1 /template/yoga/picture.tpl | |
parent | 541c302c4023cc5514f6d09cc6eff1abd8543eb5 (diff) |
- update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not available
anymore.
- update: README files updated for very near branch 1.5 :-)
- new: file tools/config_local.inc.php as example for optional
include/config_local.inc.php
- bug fixed: configuration parameter show_picture_name_on_title was useless
git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 85007a15e..55bd2157b 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -5,7 +5,10 @@ <div id="imageHeaderBar"> <div class="browsePath"><a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}</div> <div class="imageNumber">{PHOTO}</div> + <!-- BEGIN title --> <h1>{TITLE}</h1> + <!-- END title --> + <hr class="separation"> </div> <div id="imageToolBar"> |