aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authornatec <natec@users.sourceforge.net>2001-03-17 00:46:26 +0000
committernatec <natec@users.sourceforge.net>2001-03-17 00:46:26 +0000
commit40f1f172a81232e910e09981116e58f45bb6b344 (patch)
treec1e70a3cb88d1fb8a8675db7ba3cb5b6942a4795 /phpBB/common.php
parentb1ce902c02c90e58dc54e52f90946937f7b569e0 (diff)
downloadforums-40f1f172a81232e910e09981116e58f45bb6b344.tar
forums-40f1f172a81232e910e09981116e58f45bb6b344.tar.gz
forums-40f1f172a81232e910e09981116e58f45bb6b344.tar.bz2
forums-40f1f172a81232e910e09981116e58f45bb6b344.tar.xz
forums-40f1f172a81232e910e09981116e58f45bb6b344.zip
New template system. Lots of merging conflicts, so let nate know if he broke stuff.
git-svn-id: file:///svn/phpbb/trunk@105 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 8152b1aa4e..d8348fb50d 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -30,7 +30,7 @@ $user_ip = ($HTTP_X_FORWARDED_FOR) ? $HTTP_X_FORWARDED_FOR : $REMOTE_ADDR;
// Setup what template to use. Currently just use default
include('includes/template.inc');
-$template = new Template("./templates/Default", "remove");
+$template = new Template("./templates/Default");
include('functions/error.'.$phpEx);
include('functions/sessions.'.$phpEx);