<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5" id="th{$forum['fid']}" style="opacity: 1;">
<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></div>
</td>
</tr>
</thead>
</table>
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" style="{$expdisplay}" class="tborder border_forum">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
forumbit_depth2_forum :
<tr>
<td class="trow1 imgForum" align="center" valign="middle" style="width: 43px;"><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}" align="center" valign="top" width="1"><img src="Forum_Icons/{$forum['icon']}" alt="{$forum['name']}" /></td>
<td class="trow1" valign="middle" width="45%">
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext">
<span class="forumdesc_d2">{$forum['description']}{$subforums}</span></div>
</td>
<td class="trow1 postyForum" valign="middle" align="right" style="white-space: nowrap; width: 15%;">
{$threads}{$unapproved['unapproved_threads']} tematów<br />
{$posts}{$unapproved['unapproved_posts']} odpowiedzi</td>
<td class="trow1 lastavatar" width="50px"><div class="avek_last">{$forum['lastposteravatar']}</div></td>
<td class="trow1 lastposforum" valign="top" align="left" style="white-space: nowrap;width: 32%;vertical-align: middle;"><div class="lastpost">
{$lastpost}
</div></td>
</tr>
forumbit_depth2_cat:
<tr>
<td class="trow1 imgForum" align="center" valign="middle" style="width: 43px;"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow1" valign="middle" width="45%">
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext">
<span class="forumdesc_d2">{$forum['description']}{$subforums}</span></div>
</td>
<td class="trow1 postyForum" valign="middle" align="right" style="white-space: nowrap; width: 15%;">
{$threads}{$unapproved['unapproved_threads']} Tematów<br />
{$posts}{$unapproved['unapproved_posts']} Odpowiedzi</td>
<td class="trow1 lastavatar" width="50px"><div class="avek_last">{$forum['lastposteravatar']}</div></td>
<td class="trow1 lastposforum" valign="top" align="left" style="white-space: nowrap;width: 32%;vertical-align: middle;"><div class="lastpost">
{$lastpost}
</div></td>
</tr>