aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-10-16 00:50:37 +0000
committerrvelices <rv-github@modusoptimus.com>2008-10-16 00:50:37 +0000
commit6607c3882a6b913342479de80edb5e9fbd7fef4f (patch)
treece2f28b6f7822a44be215048c96755c8a5d264ba /picture.php
parentf7f8c1688ef30ecb2f40fe279ba34d250d4ec8be (diff)
- picture nav buttons use the get_extent modifier
- comments title on picture page is singular/plural language sensitive - improved P@t commit (no double home display on picture nav bar) so that it works with my site git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/picture.php b/picture.php
index f5e23f687..49e29d13d 100644
--- a/picture.php
+++ b/picture.php
@@ -686,11 +686,10 @@ $template->assign(
'SECTION_TITLE' => $page['title'],
'PHOTO' => $title_nb,
'SHOW_PICTURE_NAME_ON_TITLE' => $conf['show_picture_name_on_title'],
+ 'IS_HOME' => ('categories'==$page['section'] and !isset($page['category']) ),
'LEVEL_SEPARATOR' => $conf['level_separator'],
- 'FILE_PICTURE_NAV_BUTTONS' => 'picture_nav_buttons.tpl',
-
'U_HOME' => make_index_url(),
'U_UP' => $url_up,
'U_METADATA' => $url_metadata,