2014-07-30, 08:40 AM

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>
Should be
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" /></td>
etc, sure doesnt make much of a difference, but, it should clean up the html & indeed reflect your knowledge
