|
From: Paul S. O. <ps...@us...> - 2002-03-31 13:58:01
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv3660/templates/subSilver
Modified Files:
index_body.tpl
Log Message:
Output online users explanation
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** index_body.tpl 31 Mar 2002 00:06:34 -0000 1.21
--- index_body.tpl 31 Mar 2002 13:57:56 -0000 1.22
***************
*** 61,64 ****
--- 61,68 ----
</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}">
|