mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[feature/controller] includes/functions.php is included by default
PHPBB3-10864
This commit is contained in:
@@ -79,11 +79,6 @@ class phpbb_controller_helper
|
|||||||
*/
|
*/
|
||||||
public function render($template_file, $page_title = '', $status_code = 200)
|
public function render($template_file, $page_title = '', $status_code = 200)
|
||||||
{
|
{
|
||||||
if (!function_exists('page_header'))
|
|
||||||
{
|
|
||||||
include("{$this->phpbb_root_path}includes/functions.{$this->php_ext}");
|
|
||||||
}
|
|
||||||
|
|
||||||
page_header($page_title);
|
page_header($page_title);
|
||||||
|
|
||||||
$this->template->set_filenames(array(
|
$this->template->set_filenames(array(
|
||||||
|
Reference in New Issue
Block a user