From 7f75c131ed12fe830a13cc77ae677aa0d68740a4 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 13 Oct 2012 15:55:35 +0000 Subject: 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 --- picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.php') diff --git a/picture.php b/picture.php index 2b75493de..d291de151 100644 --- a/picture.php +++ b/picture.php @@ -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']) ), -- cgit v1.2.3