aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r--phpBB/viewonline.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 87813596fa..e26dc4dc90 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -70,7 +70,7 @@ if ($mode == 'whois' && $auth->acl_get('a_') && $session_id)
$db->sql_freeresult($result);
// Output the page
- page_header($user->lang['WHO_IS_ONLINE']);
+ page_header($user->lang['WHO_IS_ONLINE'], true);
$template->set_filenames(array(
'body' => 'viewonline_whois.html')
@@ -444,7 +444,7 @@ $template->assign_vars(array(
$config['load_online'] = false;
// Output the page
-page_header($user->lang['WHO_IS_ONLINE']);
+page_header($user->lang['WHO_IS_ONLINE'], true);
$template->set_filenames(array(
'body' => 'viewonline_body.html')