aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-07-21 04:02:41 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-07-21 04:02:41 +0000
commit358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4 (patch)
tree3aab0f15ebc0411190ab1b8beaeffd85d69b69b9 /phpBB/includes/functions.php
parent0e8605fbe21dc767d40a18121da571ee075fe1f1 (diff)
downloadforums-358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4.tar
forums-358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4.tar.gz
forums-358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4.tar.bz2
forums-358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4.tar.xz
forums-358fba6b2fa9795e0d03e5b7ffb3edd3dfe309e4.zip
clean up
git-svn-id: file:///svn/phpbb/trunk@7914 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 0 insertions, 2 deletions
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');