Dziękuję Ecosse.
Jeśli ktoś będzie miał ten sam problem, wystarczy podmienić
forumbit_depth1_cat na:
<div id="tabmenu_{$forum['fid']}">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<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>
<span class="cattitle"><strong><a href="{$forum_url}">{$forum['name']}</a></strong></span> <span class="catdesc">{$forum['description']}</span>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr style="display: none;">
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"></span></td>
<td class="tcat" width="85" align="left" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}/{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="left"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
</div>