mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +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:
parent
12b2809cea
commit
653b3d2661
@ -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(
|
||||||
@ -286,4 +286,4 @@ $template->pparse('body');
|
|||||||
|
|
||||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user