|
From: Paul S. O. <ps...@us...> - 2002-01-13 15:30:45
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv16266/templates/subSilver
Modified Files:
index_body.tpl
Log Message:
Output admin/mod highlighting text
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** index_body.tpl 2002/01/10 18:08:48 1.16
--- index_body.tpl 2002/01/13 15:30:41 1.17
***************
*** 57,61 ****
</tr>
<tr>
! <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
--- 57,61 ----
</tr>
<tr>
! <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} {L_WHOSONLINE_ADMIN} {L_WHOSONLINE_MOD}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
|