|
From: Paul S. O. <ps...@us...> - 2003-03-18 15:18:06
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory sc8-pr-cvs1:/tmp/cvs-serv16541/templates/subSilver
Modified Files:
viewonline_body.html
Log Message:
Dont' display legend if blank
Index: viewonline_body.html
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewonline_body.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** viewonline_body.html 17 Mar 2003 00:54:04 -0000 1.4
--- viewonline_body.html 18 Mar 2003 15:18:03 -0000 1.5
***************
*** 27,33 ****
--- 27,35 ----
</tr>
<!-- END reg_user_row -->
+ <!-- IF LEGEND neq '' -->
<tr>
<td colspan="3" class="row3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
</tr>
+ <!-- ENDIF -->
<tr>
<td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_GUEST_USERS_ONLINE}</b></td>
|