mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Altered layout of phpbb_config table
git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -74,7 +74,7 @@ else
|
||||
$l_login_logout = $lang['Login'];
|
||||
}
|
||||
|
||||
$s_last_visit = create_date($board_config['default_dateformat'], $userdata['session_last_visit'], $board_config['default_timezone']);
|
||||
$s_last_visit = create_date($board_config['default_dateformat'], $userdata['session_last_visit'], $board_config['board_timezone']);
|
||||
|
||||
//
|
||||
// Get basic (usernames + totals) online
|
||||
@@ -233,10 +233,10 @@ $template->assign_vars(array(
|
||||
"U_MEMBERSLIST" => append_sid("memberlist.".$phpEx),
|
||||
"U_GROUP_CP" => append_sid("groupcp.".$phpEx),
|
||||
|
||||
"S_TIMEZONE" => $lang['All_times'] . " " . $lang[$board_config['default_timezone']],
|
||||
"S_TIMEZONE" => $lang['All_times'] . " " . $lang[$board_config['board_timezone']],
|
||||
"S_LOGIN_ACTION" => append_sid("login.$phpEx"),
|
||||
"S_JUMPBOX_ACTION" => append_sid("viewforum.$phpEx"),
|
||||
"S_CURRENT_TIME" => create_date($board_config['default_dateformat'], time(), $board_config['default_timezone']),
|
||||
"S_CURRENT_TIME" => create_date($board_config['default_dateformat'], time(), $board_config['board_timezone']),
|
||||
|
||||
"T_HEAD_STYLESHEET" => $theme['head_stylesheet'],
|
||||
"T_BODY_BACKGROUND" => $theme['body_background'],
|
||||
|
Reference in New Issue
Block a user