<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}">
<thead >
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div>
</td>
</tr>
</thead>
<tbody id="cat_{$forum['fid']}_e" >
<tr class="tcat3">
<td></td>
</tr>
<tr class="tcat" align="center">
<td class="tcat2" align="left" width="650" colspan="2" height="20">{$forum['description']}</td>
<td width="50" align="center">{$lang->forumbit_threads}</td>
<td width="50" align="center">{$lang->forumbit_posts}</td>
<td width="220" class="tcat2" align="right">{$lang->forumbit_lastpost}</td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />