<?php
<tr>
<td class="col_c_icon" align="center" valign="middle" 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="trow-forumbit" valign="middle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow-forumbit" valign="middle" align="left" style="white-space: nowrap"><div class="float_right" style="text-align: center; padding-right: 6px;"><span style="color: #9c9c9c; font-weight: bold; font-size: 15px; text-align: right;">{$threads}</span><br />Temas {$unapproved['unapproved_threads']}</div><div class="float_left" style="text-align: center; padding-left: 6px;"><span style="color: #9c9c9c; font-weight: bold; font-size: 15px; text-align: right;">{$posts}</span><br />Mensajes {$unapproved['unapproved_posts']}</div></td>
<td class="trow-forumbit" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
<?php
color:#fff
border-top: 1px solid #D8D8D8;
padding-right: 30px;
<?php
<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 class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat"></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="140" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Estadísticas</strong></span></td>
<td class="tcat" width="200" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
<?php
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<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 class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="140" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Estadísticas</strong></span></td>
<td class="tcat" width="200" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />