bug 2772: remove "Home" from html title pages on index pages

git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2012-10-13 15:55:35 +00:00
parent 1e6e762643
commit 7f75c131ed
6 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -736,7 +736,7 @@ elseif ($conf['picture_slideshow_icon'])
$template->assign(
array(
'SECTION_TITLE' => $page['title'],
'SECTION_TITLE' => $page['section_title'],
'PHOTO' => $title_nb,
'IS_HOME' => ('categories'==$page['section'] and !isset($page['category']) ),