aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_header.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-03 23:50:39 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-03 23:50:39 +0000
commit71c288bd21983abd30449c851363184f276df82b (patch)
tree16bf12846d05c03bbcb727553768389f4d804f88 /phpBB/includes/page_header.php
parentaee5fbcd8af43a719c8ac27c4f01578f07e5682a (diff)
downloadforums-71c288bd21983abd30449c851363184f276df82b.tar
forums-71c288bd21983abd30449c851363184f276df82b.tar.gz
forums-71c288bd21983abd30449c851363184f276df82b.tar.bz2
forums-71c288bd21983abd30449c851363184f276df82b.tar.xz
forums-71c288bd21983abd30449c851363184f276df82b.zip
I updated my copy with the Area51 template so here it is, along with a couple of bugfixes :]
git-svn-id: file:///svn/phpbb/trunk@2918 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r--phpBB/includes/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index fd2b059511..fe33ff252c 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -348,7 +348,7 @@ $template->assign_vars(array(
'S_CONTENT_ENCODING' => $lang['ENCODING'],
'S_CONTENT_DIR_LEFT' => $lang['LEFT'],
'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'],
- 'S_TIMEZONE' => sprintf($lang['All_times'], $lang[$board_config['board_timezone']]),
+ 'S_TIMEZONE' => sprintf($lang['All_times'], $lang[floatval($board_config['board_timezone'])]),
'S_LOGIN_ACTION' => 'login.'.$phpEx.$SID,
'T_STYLESHEET_DATA' => $theme['css_data'],