yes I know it is enabled but that part is not included! It reads like this in the source code:
Code:
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="10" cellspacing="0" border="0" width="100%" align="center">
(..)
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<table class="tborder" cellpadding="10" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
(..)
</table>
<!-- / nav buttons bar -->
<table class="tborder" cellpadding="10" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>Forum name</strong> <span class="smallfont">Forum description</span></td>
</tr>
</table>
<!-- NAVBAR POPUP MENUS -->
the part I'm after is the part after '<!-- / nav buttons bar -->'.