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
-4
View File
@@ -48,10 +48,6 @@ $template->assign(
isset($page['body_id']) ?
$page['body_id'] : '',
'REVERSE' =>
(isset($conf['reverse_home_title']) and $conf['reverse_home_title']) ?
true : false,
'CONTENT_ENCODING' => get_pwg_charset(),
'PAGE_TITLE' => strip_tags($title),