aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-08-22 21:40:51 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-08-22 21:40:51 +0000
commit0226e8602ae10797786e521d9b60e2803610cca1 (patch)
tree2bc03f8aa7c7f2241de7aebbb4004c8689e0944f /phpBB/common.php
parenteca02e139ca7d19c4dc0e57b07350243fd99d87b (diff)
downloadforums-0226e8602ae10797786e521d9b60e2803610cca1.tar
forums-0226e8602ae10797786e521d9b60e2803610cca1.tar.gz
forums-0226e8602ae10797786e521d9b60e2803610cca1.tar.bz2
forums-0226e8602ae10797786e521d9b60e2803610cca1.tar.xz
forums-0226e8602ae10797786e521d9b60e2803610cca1.zip
Instantiate template and set template path from seperate method
git-svn-id: file:///svn/phpbb/trunk@2882 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 6988232262..704037be13 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -143,6 +143,7 @@ require($phpbb_root_path . 'includes/functions.'.$phpEx);
require($phpbb_root_path . 'db/' . $dbms . '.'.$phpEx);
$session = new session();
+$template = new Template();
$db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false);
//