diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-31 13:58:01 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-31 13:58:01 +0000 |
commit | 014869d3fec9f6d26563a0e8c69315b26339da1f (patch) | |
tree | 532d584f486914b7f8ce0be19d8cf286dfd741bb /phpBB/templates | |
parent | c191a04a9d5cca0cc7fbe7aad51af70c0ab701ba (diff) | |
download | forums-014869d3fec9f6d26563a0e8c69315b26339da1f.tar forums-014869d3fec9f6d26563a0e8c69315b26339da1f.tar.gz forums-014869d3fec9f6d26563a0e8c69315b26339da1f.tar.bz2 forums-014869d3fec9f6d26563a0e8c69315b26339da1f.tar.xz forums-014869d3fec9f6d26563a0e8c69315b26339da1f.zip |
Output online users explanation
git-svn-id: file:///svn/phpbb/trunk@2453 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/index_body.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl index 4135f10d80..c073d22b5a 100644 --- a/phpBB/templates/subSilver/index_body.tpl +++ b/phpBB/templates/subSilver/index_body.tpl @@ -60,6 +60,10 @@ </tr> </table> +<table width="100%" cellpadding="1" cellspacing="1" border="0"> + <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> +</table> + <!-- BEGIN switch_user_logged_out --> <form method="post" action="{S_LOGIN_ACTION}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |