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 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index cf90451bc..6e3f3f6d9 100644 --- a/index.php +++ b/index.php @@ -111,7 +111,7 @@ $page['body_id'] = 'theCategoryPage'; $template->set_filenames( array('index'=>'index.tpl') ); //-------------------------------------------------------------- category title -$template_title = $page['title']; +$template_title = $page['section_title']; if (count($page['items']) > 0) { $template_title.= ' ['.count($page['items']).']'; -- cgit v1.2.3