aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-18 14:41:13 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-18 14:41:13 +0000
commitff7686797a428f1d5876ff3255f72ea2902c1fb1 (patch)
treea6f1e3ae359227559f3a105a2c6768a5d6186364 /phpBB/adm/index.php
parent916c410044c5d224d521a82efcb7ca061763fb97 (diff)
downloadforums-ff7686797a428f1d5876ff3255f72ea2902c1fb1.tar
forums-ff7686797a428f1d5876ff3255f72ea2902c1fb1.tar.gz
forums-ff7686797a428f1d5876ff3255f72ea2902c1fb1.tar.bz2
forums-ff7686797a428f1d5876ff3255f72ea2902c1fb1.tar.xz
forums-ff7686797a428f1d5876ff3255f72ea2902c1fb1.zip
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@6905 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 81673fcf7a..e4b96895fa 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -150,9 +150,7 @@ function adm_page_header($page_title)
'S_USER_LANG' => $user->lang['USER_LANG'],
'S_CONTENT_DIRECTION' => $user->lang['DIRECTION'],
'S_CONTENT_ENCODING' => 'UTF-8',
- 'S_CONTENT_DIR_LEFT' => $user->lang['LEFT'],
- 'S_CONTENT_DIR_RIGHT' => $user->lang['RIGHT'])
- );
+ ));
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');