phpBB\includes\controller\helper.php:
public function render($template_file, $page_title = '', $status_code = 200)
|
{
|
page_header($page_title);
|
As the additional parameters of page_header were added for mods/extensions, they should be somehow configurable.