aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorgeetakshi <geetakshi.19@gmail.com>2014-03-19 19:55:55 +0530
committergeetakshi <geetakshi.19@gmail.com>2014-03-19 19:55:55 +0530
commit18bed2ea476849fce3774783d728a763ab3e7138 (patch)
tree6127f99d5e141fba1fab8f67a0d988e25731832a /phpBB/index.php
parent1af769714304054e63ffaeb41cfa51801785a59d (diff)
downloadforums-18bed2ea476849fce3774783d728a763ab3e7138.tar
forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.gz
forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.bz2
forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.xz
forums-18bed2ea476849fce3774783d728a763ab3e7138.zip
[ticket/11360] Change second parameter in page_header function
PHPBB3-11360
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index c363781667..49baf33392 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -193,7 +193,7 @@ $vars = array('page_title');
extract($phpbb_dispatcher->trigger_event('core.index_modify_page_title', compact($vars)));
// Output page
-page_header($page_title);
+page_header($page_title, true);
$template->set_filenames(array(
'body' => 'index_body.html')