Proszę szablony forumbit (tylko te, które zostały zedytowane):
forumbit_depth1_cat
<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>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr class="trow_sep">
<td border="0" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td border="0" width="85px" align="center" style="white-space: nowrap"><span class="smalltext"><strong> </strong></span></td>
<td border="0" width="85px" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Podsumowanie</strong></span></td>
<td border="0" width="200px" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
<tr colspan="5">
<td class="trow3l" colspan="2"></td>
<td class="trow3" width="85px"></td>
<td class="trow3" width="85px"></td>
<td class="trow3r" width="200px"></td>
</tr>
</tbody>
</table>
<br />
forumbit_depth2_cat
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap"> </td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap"><span style="color: #a89c88"> Wątków: </span><span style="color: #436f21">{$threads}</span><br><span style="color: #a89c88"> Postów: </span><span style="color: #436f21">{$posts}</span></td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap"> </td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap"><span style="color: #a89c88"> Wątków: </span><span style="color: #436f21">{$threads}</span><br><span style="color: #a89c88"> Postów: </span><span style="color: #436f21">{$posts}</span></td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
forumbit_depth3
<li>{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a></li>
forumbit_subforums
<br /><ul class="ver_sub">{$sub_forums}</ul>