1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00

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
This commit is contained in:
Paul S. Owen
2001-04-22 23:08:57 +00:00
parent 47519c63b3
commit a624033c5b

View File

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