aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-04-22 23:08:57 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-04-22 23:08:57 +0000
commita624033c5bf2faae8cf52cc60d252f544e17d2e5 (patch)
tree8288186b884ee58e44f72e4cf6c48b89c117bff9
parent47519c63b3a950a2e906cf1a696f4c41c9b2bd2a (diff)
downloadforums-a624033c5bf2faae8cf52cc60d252f544e17d2e5.tar
forums-a624033c5bf2faae8cf52cc60d252f544e17d2e5.tar.gz
forums-a624033c5bf2faae8cf52cc60d252f544e17d2e5.tar.bz2
forums-a624033c5bf2faae8cf52cc60d252f544e17d2e5.tar.xz
forums-a624033c5bf2faae8cf52cc60d252f544e17d2e5.zip
Okay it seems the template setup has moved to the DB ... thanks for telling me :)
git-svn-id: file:///svn/phpbb/trunk@202 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 117eb18d06..b88bf09282 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -54,7 +54,6 @@ $image_msnm = "$url_images/msnm.gif";
// Find Users real IP (if possible)
$user_ip = ($HTTP_X_FORWARDED_FOR) ? $HTTP_X_FORWARDED_FOR : $REMOTE_ADDR;
-$template = new Template("./templates/Default");
include('includes/template.inc');
include('includes/error.'.$phpEx);
@@ -96,6 +95,8 @@ else
$sys_timezone = $config["system_timezone"];
$sys_template = $config['sys_template'];
$sys_lang = $default_lang;
+
+
}
include('language/lang_'.$default_lang.'.'.$phpEx);