From 653b3d2661cbadf1942e3a2b873d174af4e1424e Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Mon, 2 Dec 2002 10:53:42 +0000 Subject: [PATCH] Fixed bug #1060, title for viewonline.php git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3156 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewonline.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index d1838cd69d..8b88cd4f8c 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -37,7 +37,7 @@ init_userprefs($userdata); // // Output page header and load viewonline template // -$page_title = $lang['Who_is_online']; +$page_title = $lang['Who_is_Online']; include($phpbb_root_path . 'includes/page_header.'.$phpEx); $template->set_filenames(array( @@ -286,4 +286,4 @@ $template->pparse('body'); include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> \ No newline at end of file +?>