mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/controller] includes/functions.php is included by default
PHPBB3-10864
This commit is contained in:
parent
97957d6792
commit
4e1f17a87d
1 changed files with 0 additions and 5 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue