<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
{$statusupdate_script}
{$tabela}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$serversboard}
{mychatbox}
<div style="width: 74%; float: left;">{$forums}</div>
<div id="sidebar">
<table border="0" cellspacing="0" cellpadding="10" class="tborder">
<tbody>
<tr>
<td class="shead" colspan="4" align="left">Statistics</td>
</tr>
<tr>
<td class="trow3" style="padding:10px;">
<div class="float_left">Postów:</div><div class="float_right">{$stats['numposts']}</div>
</td>
</tr>
<tr>
<td class="trow3" style="padding:10px;">
<div class="float_left">Tematów:</div><div class="float_right">{$stats['numthreads']}</div>
</td>
</tr>
<tr>
<td class="trow3" style="padding:10px;">
<div class="float_left">Użytkowników:</div><div class="float_right">{$stats['numusers']}</div>
</td>
</tr>
<tr>
<td class="trow3" style="padding:10px;">
<div class="float_left">Nowy Użytkownik:</div><div class="float_right">{$newestmember}</div>
</td>
</tr>
</tbody>
</table>
<br>
($statusupdate)
{$topStats['LastThreads']}
{$topStats['Posters']}
{$topStats['Reputation']}
{$topStats['TimeOnline']}
</table>
</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>