mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
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:
+1
-1
@@ -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']) ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user