<?
if ( isset($user) AND !empty($user) ) {
include $HOME . '/core/file/user_panel.php';
}
$end_time = microtime(true);
$gen = floor_dec($end_time - $start_time, 3);
$gen = str_replace('.', ',', $gen);
if ( $index[0] != 'index' AND $index[0] != 'login' ) {
?>
<div style='text-align: right; position: relative; top: -20px; height: 0;'>
<span style='font-size: 9px; color: #777;'>
<?=$gen?> sec.<br/>
</span>
</div>
<?
}
?>
</div>
</div>
</body>
</html>