mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
oi... index page looks good...
git-svn-id: file:///svn/phpbb/trunk@9246 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -180,9 +180,6 @@ class phpbb_template
|
||||
$_rootref = &$this->_rootref;
|
||||
$_lang = &phpbb::$user->lang;
|
||||
|
||||
// These _are_ used the included files.
|
||||
$_tpldata; $_rootref; $_lang;
|
||||
|
||||
if (($filename = $this->_tpl_load($handle)) !== false)
|
||||
{
|
||||
($include_once) ? include_once($filename) : include($filename);
|
||||
@@ -497,9 +494,6 @@ class phpbb_template
|
||||
$_rootref = &$this->_rootref;
|
||||
$_lang = &phpbb::$user->lang;
|
||||
|
||||
// These _are_ used the included files.
|
||||
$_tpldata; $_rootref; $_lang;
|
||||
|
||||
if ($filename)
|
||||
{
|
||||
include($filename);
|
||||
|
Reference in New Issue
Block a user