<div id="page-wrap2">
<div class="tabs2">
<div class="tab2">
<input type="radio" id="tab-12" name="tab-group-12" checked>
<label for="tab-12"><i class="fa fa-eye"></i> Kto jest online?</label>
<div class="content22">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
<tr><td class="trow1"><div style="text-shadow: 1px 1px 15px red; font-weight: bold; color: red" original-title="">Administrator |</div> <div style="text-shadow: 1px 1px 15px green; font-weight: bold; color: green" original-title="">Moderator |</div></td></tr>
{$birthdays}
</tbody>
</table>
</div>
</div>
<div class="tab2">
<input type="radio" id="tab-22" name="tab-group-12">
<label for="tab-22"><i class="fa fa-bar-chart-o"></i> Statystyki forum</label>
<div class="content22">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$forumstats}
</tbody>
</table>
</div>
</div>
</div>
</div>