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> replies: {$NREPLIES}</font>
</td>
<td width=32% nowrap>
<font size=2 color=#808080> created: {$CREATED}</font>
</td>
<td width=32% nowrap>
<font size=2 color=#808080> modified: {$MODIFIED}</font>
</td>
</tr>
</table> |