aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-10-13 15:55:35 +0000
committerrvelices <rv-github@modusoptimus.com>2012-10-13 15:55:35 +0000
commit7f75c131ed12fe830a13cc77ae677aa0d68740a4 (patch)
treee3a9158d12ad57ae60c4f82ed58320d82d410313 /index.php
parent1e6e762643273efd9cf012e68006fa57ee1b22a3 (diff)
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
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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']).']';