diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-22 23:00:14 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-22 23:00:14 +0000 |
| commit | 47519c63b3a950a2e906cf1a696f4c41c9b2bd2a (patch) | |
| tree | 6d2b2ca20fcd2571119ac6940246b9d15258ee95 | |
| parent | 42039bc31a39b3c29bb1700dc5b0a3ea5b8348ed (diff) | |
| download | forums-47519c63b3a950a2e906cf1a696f4c41c9b2bd2a.tar forums-47519c63b3a950a2e906cf1a696f4c41c9b2bd2a.tar.gz forums-47519c63b3a950a2e906cf1a696f4c41c9b2bd2a.tar.bz2 forums-47519c63b3a950a2e906cf1a696f4c41c9b2bd2a.tar.xz forums-47519c63b3a950a2e906cf1a696f4c41c9b2bd2a.zip | |
Someone removed the template instance ...
git-svn-id: file:///svn/phpbb/trunk@201 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 0dba11a31b..117eb18d06 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -54,6 +54,7 @@ $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); |
