diff options
Diffstat (limited to 'phpBB/templates/subSilver/index_body.tpl')
-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"> |