here is the template codes
[CODE<tr align="center">
<td bgcolor="{secondaltcolor} valign="top"><img src="{imagesfolder }/$forum[onoff].gif"></td>
<td bgcolor="{firstaltcolor}" align="left"
onMouseOver="this.style.backgroundColor='{secondal tcolor}';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='{firstaltc olor}';"
onClick="window.location.href='forumdisplay.php?s= $session[sessionhash]&forumid=$forum[forumid]'"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]</smallfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td>
<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td>
</tr>[/CODE]
|