mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11360] Change second parameter in page_header function
PHPBB3-11360
This commit is contained in:
@@ -79,7 +79,7 @@ class helper
|
||||
*/
|
||||
public function render($template_file, $page_title = '', $status_code = 200)
|
||||
{
|
||||
page_header($page_title);
|
||||
page_header($page_title, true);
|
||||
|
||||
$this->template->set_filenames(array(
|
||||
'body' => $template_file,
|
||||
|
Reference in New Issue
Block a user