Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv11998/templates
Added Files:
view.tpl
Log Message:
Adding basic view capabilities
--- NEW FILE: view.tpl ---
<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 />
<hr size="1" width="100%" noshade /><br />
{BODY}
</td></tr>
</table>
|