1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[ticket/11360] Change second parameter in page_header function

PHPBB3-11360
This commit is contained in:
geetakshi
2014-03-19 19:55:55 +05:30
parent 1af7697143
commit 18bed2ea47
10 changed files with 17 additions and 17 deletions

View File

@@ -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')