MyBB Community Forums

Full Version: forumbit_depth2_cat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That is MyBB normal codes in forumbit_depth2_cat:
<tr>
<td class="tcat">&nbsp;</td>
<td class="tcat" colspan="4"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>

I think, it should be like this:
<tr>
<td class="{$bgcolor}">&nbsp;</td>
<td class="{$bgcolor}" colspan="3"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>
Is this supposed to be in another thread or in bug reports?