aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-10-07 00:56:58 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-10-07 00:56:58 +0000
commite87f740a9e7a048b7900d92ede04f405a337441c (patch)
treedc25203082db93f66ec8c17179403a51622b407e /phpBB/adm/index.php
parent3ad6069d01f0db1a485b5758171282bac277ed2c (diff)
downloadforums-e87f740a9e7a048b7900d92ede04f405a337441c.tar
forums-e87f740a9e7a048b7900d92ede04f405a337441c.tar.gz
forums-e87f740a9e7a048b7900d92ede04f405a337441c.tar.bz2
forums-e87f740a9e7a048b7900d92ede04f405a337441c.tar.xz
forums-e87f740a9e7a048b7900d92ede04f405a337441c.zip
Explicitly setting the (X)HTML content-language for the ACP so that Unicode font matching within browsers work correctly when Chinese/Korean/Japanese language packs are selected due to Han Unification
which map different graphemes to the same codepoint. References: http://www.w3.org/International/tutorials/tutorial-lang/ http://en.wikipedia.org/wiki/Han_unification git-svn-id: file:///svn/phpbb/trunk@6451 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 8abf278edc..826df2f04b 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -147,6 +147,7 @@ function adm_page_header($page_title)
'ICON_SYNC' => '<img src="' . $phpbb_admin_path . 'images/icon_sync.gif" alt="' . $user->lang['RESYNC'] . '" title="' . $user->lang['RESYNC'] . '" />',
'ICON_SYNC_DISABLED' => '<img src="' . $phpbb_admin_path . 'images/icon_sync_disabled.gif" alt="' . $user->lang['RESYNC'] . '" title="' . $user->lang['RESYNC'] . '" />',
+ 'S_USER_LANG' => $user->data['user_lang'],
'S_CONTENT_DIRECTION' => $user->lang['DIRECTION'],
'S_CONTENT_ENCODING' => 'UTF-8',
'S_CONTENT_DIR_LEFT' => $user->lang['LEFT'],