Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv29957/templates
Modified Files:
view.tpl
Log Message:
Checking in before some big changes
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/view.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** view.tpl 23 May 2003 04:09:28 -0000 1.2
--- view.tpl 3 Jun 2003 19:03:21 -0000 1.3
***************
*** 1,5 ****
{REPLY}
<table border="0" cellpadding="1" cellspacing="0" width="100%">
! <tr class="bg_medium"><td><h3>{SUBJECT}</h3></td></tr>
<tr valign="top"><td>
<span class="smalltext">{POSTED}</span><br />
--- 1,5 ----
{REPLY}
<table border="0" cellpadding="1" cellspacing="0" width="100%">
! <tr class="bg_medium"><td><b>{SUBJECT}</b></td></tr>
<tr valign="top"><td>
<span class="smalltext">{POSTED}</span><br />
|