1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

Fixed bug #1060, title for viewonline.php

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3156 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2002-12-02 10:53:42 +00:00
parent 12b2809cea
commit 653b3d2661

View File

@ -37,7 +37,7 @@ init_userprefs($userdata);
// //
// Output page header and load viewonline template // 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); include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array( $template->set_filenames(array(