1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Fixed bug #477831 + some minor alterations

git-svn-id: file:///svn/phpbb/trunk@1270 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-11-03 21:49:01 +00:00
parent cf8456ab61
commit 68795b03d5
2 changed files with 19 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ else
if($userdata['session_logged_in'])
{
$u_login_logout = "login.$phpEx?logout=true";
$l_login_logout = $lang['Logout'] . " : " . $userdata["username"] . "";
$l_login_logout = $lang['Logout'] . " [ " . $userdata["username"] . " ]";
}
else
{
@@ -245,6 +245,8 @@ $template->assign_vars(array(
"S_CONTENT_DIRECTION" => $lang['DIRECTION'],
"S_CONTENT_ENCODING" => $lang['ENCODING'],
"S_CONTENT_DIR_LEFT" => $lang['LEFT'],
"S_CONTENT_DIR_RIGHT" => $lang['RIGHT'],
"S_TIMEZONE" => $lang['All_times'] . " " . $lang[$board_config['board_timezone']],
"S_LOGIN_ACTION" => append_sid("login.$phpEx"),
"S_CURRENT_TIME" => create_date($board_config['default_dateformat'], time(), $board_config['board_timezone']),