merge r 2758 from branch 2.0 to trunk

git-svn-id: http://piwigo.org/svn/trunk@2759 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-10-16 00:53:15 +00:00
parent ebc3c2e2f7
commit e9c0f98e14
9 changed files with 5 additions and 12 deletions
+1 -2
View File
@@ -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,