phpLens
 home  products examples manual  faq support forum  contact news  login store

Run   Overview   init.php   forums.php   topics.php   msgs.php   topics.tpl   msgs.tpl   inputmsgs.tpl   msgsfilter.tpl  

topics.tpl

<table width=600 border=0>
<tr>
	<td colspan=4><a href=msgs.php?id={$REPLYID}><b>{$SUBJECT}</b></a></td>
</tr>
<tr>
	<td width=26% nowrap>
		<font size=2 color=#808080><a href="mailto:{$EMAIL}">{$NAME}</a></font>
	</td>
	<td width=10%  nowrap>
		<font size=2 color=#808080>&nbsp; replies: {$NREPLIES}</font>
	</td>
	<td width=32% nowrap>
	 	<font size=2 color=#808080>&nbsp; created: {$CREATED}</font>
	</td>
	<td width=32% nowrap>
		<font size=2 color=#808080>&nbsp; modified: {$MODIFIED}</font>
	</td>
</tr>
</table>