|
From: Paul S. O. <ps...@us...> - 2001-11-20 02:42:27
|
Update of /cvsroot/phpbb/phpBB2/templates/PSO
In directory usw-pr-cvs1:/tmp/cvs-serv10193/templates/PSO
Modified Files:
viewonline_body.tpl
Log Message:
Minor template var update ... now I'm going to bed, yes I do sleep ...
Index: viewonline_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/PSO/viewonline_body.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** viewonline_body.tpl 2001/11/20 02:41:44 1.9
--- viewonline_body.tpl 2001/11/20 02:42:24 1.10
***************
*** 2,6 ****
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
! <td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></span></td>
</tr>
</table>
--- 2,6 ----
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
! <td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
</table>
|