diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-09-15 18:31:13 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-09-15 18:31:13 +0200 |
commit | 9a92c45ad365629fac658ba566d16097a6eac644 (patch) | |
tree | aaf38364dabd1b2cee7fb8b1319403e742f70e78 /phpBB/includes | |
parent | 5dc7aba18ffa1e47d835c80bdb6f921293fc0c18 (diff) | |
parent | 9e5505933aec5a57e57018e6375be0bf28636fbe (diff) | |
download | forums-9a92c45ad365629fac658ba566d16097a6eac644.tar forums-9a92c45ad365629fac658ba566d16097a6eac644.tar.gz forums-9a92c45ad365629fac658ba566d16097a6eac644.tar.bz2 forums-9a92c45ad365629fac658ba566d16097a6eac644.tar.xz forums-9a92c45ad365629fac658ba566d16097a6eac644.zip |
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
* EXreaction/ticket/11021:
[ticket/11021] Fix the language changes that were lost previously
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index ae679bb76f..ef26299829 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5005,8 +5005,8 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 'U_VIEWONLINE' => ($auth->acl_gets('u_viewprofile', 'a_user', 'a_useradd', 'a_userdel')) ? append_sid("{$phpbb_root_path}viewonline.$phpEx") : '', 'U_LOGIN_LOGOUT' => $u_login_logout, 'U_INDEX' => append_sid("{$phpbb_root_path}index.$phpEx"), - 'U_HOME' => $config['site_home_url'], 'U_SEARCH' => append_sid("{$phpbb_root_path}search.$phpEx"), + 'U_SITE_HOME' => $config['site_home_url'], 'U_REGISTER' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=register'), 'U_PROFILE' => append_sid("{$phpbb_root_path}ucp.$phpEx"), 'U_MODCP' => append_sid("{$phpbb_root_path}mcp.$phpEx", false, true, $user->session_id), |