diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-10-13 15:55:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-10-13 15:55:35 +0000 |
commit | 7f75c131ed12fe830a13cc77ae677aa0d68740a4 (patch) | |
tree | e3a9158d12ad57ae60c4f82ed58320d82d410313 /include/page_header.php | |
parent | 1e6e762643273efd9cf012e68006fa57ee1b22a3 (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 '')
-rw-r--r-- | include/page_header.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/page_header.php b/include/page_header.php index 69e17e771..1decff0f0 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -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), |