Просмотр поста

.
NEIEN

dupel,

Приветствие и время (+/-)
if ($user_id) {
    echo '<table cellspacing="0" cellpadding="0" width="100%" class="header"><tr>'; 
    echo '<td style="float:left;">'. $lng['hi'] .', '. ($user_id ? '<b>'. $login .'</b>!' : $lng['guest'] .'!') .'</td>'; 
    echo '<td style="float:right;"><span class="count_time">'. 
         date("H:i", time() + (core::$system_set ['timeshift'] + core::$user_set['timeshift']) * 3600) . '</span></td>'; 
    echo '</tr></table>'; 
} else { 
    echo '<div class="header" style="text-align:center;">'. 
         $lng['hi'] .', '. ($user_id ? '<b>'. $login .'</b>!' : $lng['guest'] .'!') .'</div>';
}