diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-18 14:41:13 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-18 14:41:13 +0000 |
commit | ff7686797a428f1d5876ff3255f72ea2902c1fb1 (patch) | |
tree | a6f1e3ae359227559f3a105a2c6768a5d6186364 /phpBB/includes/functions.php | |
parent | 916c410044c5d224d521a82efcb7ca061763fb97 (diff) | |
download | forums-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/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 7a99a551cc..db34574b72 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3678,8 +3678,6 @@ function page_header($page_title = '', $display_online_list = true) 'S_USERNAME' => $user->data['username'], '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'], 'S_TIMEZONE' => ($user->data['user_dst'] || ($user->data['user_id'] == ANONYMOUS && $config['board_dst'])) ? sprintf($user->lang['ALL_TIMES'], $user->lang['tz'][$tz], $user->lang['tz']['dst']) : sprintf($user->lang['ALL_TIMES'], $user->lang['tz'][$tz], ''), 'S_DISPLAY_ONLINE_LIST' => ($l_online_time) ? 1 : 0, 'S_DISPLAY_SEARCH' => (!$config['load_search']) ? 0 : (isset($auth) ? ($auth->acl_get('u_search') && $auth->acl_getf_global('f_search')) : 1), |