1
0
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:
Meik Sievertsen
2008-12-31 13:36:06 +00:00
parent 11e76473aa
commit 1106aed2f6
4 changed files with 48 additions and 79 deletions

View File

@@ -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);