mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
Yet more cleanups
git-svn-id: file:///svn/phpbb/trunk@1358 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -254,7 +254,7 @@ $template->assign_vars(array(
|
||||
"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_TIMEZONE" => sprintf($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']),
|
||||
|
||||
|
Reference in New Issue
Block a user