1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

[ticket/9758] Slims the line 4775 in includes/functions.php

PHPBB3-9758
This commit is contained in:
Crizzo 2014-03-25 19:33:38 +01:00
parent 9568181b98
commit 4f2a512052

View File

@ -4772,7 +4772,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
if ($user->data['user_id'] != ANONYMOUS)
{
$u_login_logout = append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout', true, $user->session_id);
$l_login_logout = sprintf($user->lang['LOGOUT'], $user->data['username']);
$l_login_logout = $user->lang['LOGOUT'];
}
else
{