aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2002-01-25 21:53:05 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2002-01-25 21:53:05 +0000
commitdeacb5ae87db80d840b9b8942e35909b5db33b79 (patch)
tree64367f38f75056d3cf563a173f86b0160b82d5f2 /phpBB/templates
parentcd354884f632469a605f6e238110737c4c0290f9 (diff)
downloadforums-deacb5ae87db80d840b9b8942e35909b5db33b79.tar
forums-deacb5ae87db80d840b9b8942e35909b5db33b79.tar.gz
forums-deacb5ae87db80d840b9b8942e35909b5db33b79.tar.bz2
forums-deacb5ae87db80d840b9b8942e35909b5db33b79.tar.xz
forums-deacb5ae87db80d840b9b8942e35909b5db33b79.zip
Implemented Record of online users
git-svn-id: file:///svn/phpbb/trunk@1954 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/index_body.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl
index c6f9cc08b9..166cab9724 100644
--- a/phpBB/templates/subSilver/index_body.tpl
+++ b/phpBB/templates/subSilver/index_body.tpl
@@ -56,7 +56,7 @@
</td>
</tr>
<tr>
- <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{LOGGED_IN_USER_LIST}</span></td>
+ <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{L_RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>