mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 00:05:49 +02:00
[ticket/11360] Change second parameter in page_header function
PHPBB3-11360
This commit is contained in:
@@ -1623,7 +1623,7 @@ switch ($mode)
|
||||
}
|
||||
|
||||
// Output the page
|
||||
page_header($page_title, false);
|
||||
page_header($page_title);
|
||||
|
||||
$template->set_filenames(array(
|
||||
'body' => $template_html)
|
||||
|
Reference in New Issue
Block a user