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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user