From 358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4 Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 21 Jul 2007 04:02:41 +0000 Subject: clean up git-svn-id: file:///svn/phpbb/trunk@7914 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index e46afeb0fb..9a97bd7ece 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4177,8 +4177,6 @@ function page_header($page_title = '', $display_online_list = true) 'SITE_LOGO_IMG' => $user->img('site_logo')) ); - $user->theme['theme_data'] = ''; - // application/xhtml+xml not used because of IE header('Content-type: text/html; charset=UTF-8'); -- cgit v1.2.1