diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-09 21:33:28 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-09 21:33:28 +0000 |
commit | e92396a826b56258bd999cc07b13eccac6c57ebe (patch) | |
tree | f943d625ac3efad6e493d7b67e952dc0083c0566 | |
parent | 118ff9ad24ee32286f186a2b53cf55d15fa3fccf (diff) | |
download | forums-e92396a826b56258bd999cc07b13eccac6c57ebe.tar forums-e92396a826b56258bd999cc07b13eccac6c57ebe.tar.gz forums-e92396a826b56258bd999cc07b13eccac6c57ebe.tar.bz2 forums-e92396a826b56258bd999cc07b13eccac6c57ebe.tar.xz forums-e92396a826b56258bd999cc07b13eccac6c57ebe.zip |
Minor change to text
git-svn-id: file:///svn/phpbb/trunk@447 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/PSO/viewonline_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl index 52a33fad65..b1888563a8 100644 --- a/phpBB/templates/PSO/viewonline_body.tpl +++ b/phpBB/templates/PSO/viewonline_body.tpl @@ -8,7 +8,7 @@ <tr> <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%"> <tr> - <td colspan="3" bgcolor="{T_TH_COLOR2}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">This data is based on users active over the past five minutes.</font></td> + <td colspan="3" bgcolor="{T_TH_COLOR2}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{TOTAL_USERS_ONLINE}</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">This data is based on users active over the past five minutes.</font></td> </tr> <tr> <td width="35%" bgcolor="{T_TH_COLOR3}" align="center"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_USERNAME}</font> </td> |