From 47519c63b3a950a2e906cf1a696f4c41c9b2bd2a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 22 Apr 2001 23:00:14 +0000 Subject: [PATCH] Someone removed the template instance ... git-svn-id: file:///svn/phpbb/trunk@201 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 + 1 file changed, 1 insertion(+) 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);