From 40640febbf1dae142443b44d59313181375f2996 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 19 Apr 2001 14:24:58 +0000 Subject: [PATCH] Modified as per Nathans suggestion - Mark II git-svn-id: file:///svn/phpbb/trunk@187 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/viewonline_body.tpl | 2 +- phpBB/viewonline.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/templates/Default/viewonline_body.tpl b/phpBB/templates/Default/viewonline_body.tpl index 691f853cc3..1093f74eed 100644 --- a/phpBB/templates/Default/viewonline_body.tpl +++ b/phpBB/templates/Default/viewonline_body.tpl @@ -3,7 +3,7 @@ - + diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 972cae5730..b074909e15 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -168,8 +168,8 @@ if($online_count) } $template->assign_vars(array( - "L_ACTIVE_USERS" => $active_users, - "L_GUEST_USERS" => $guest_users + "ACTIVE_USERS" => $active_users, + "GUEST_USERS" => $guest_users ) );
There are {L_ACTIVE_USERS} active users and {L_GUEST_USERS} guest users browsing this board.
This table lists all logged in users active in the past five minutes.
There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.
This data is based on users active over the past five minutes.
 {L_USERNAME}