forumbit_depth1_cat:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div id="theadglow">
<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><span class="smalltext">{$forum['description']}</span></div>
</div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td style="padding:0" colspan="4"/>
<td style="padding:0" width="200"/>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
Klasa .thead (zamieniasz aktualną na tą co podam w global.css -> tryb zaawansowany):
.thead {
background: #e5e5e5 url(../../../images/audentio/citrus/thead.png) top left repeat-x;
color: #ffffff;
height: 40px;
line-height: 40px;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
font-family: 'DroidSansRegular', "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 -1px rgba(255,255,255,0.5);
-webkit-box-shadow: inset 0 -1px rgba(255,255,255,0.5);
box-shadow: inset 0 -1px rgba(255,255,255,0.5);
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}
I oczywiście musisz to wgrać:
http://forum.dwap.pl/images/dwap/thead.png do images/audiento/citrus pod nazwą thead.png
Dodatkowo pokaz mi jeszcze header i headerinclude jeśli chcesz żeby cały czas taki thead był (żeby nie zmieniali koloru).