diff options
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r-- | phpBB/includes/page_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 799fa1025e..9162940373 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -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']), |