<? include_once 'sys/inc/start.php'; include_once 'sys/inc/compress.php'; include_once 'sys/inc/sess.php'; include_once 'sys/inc/home.php'; include_once 'sys/inc/settings.php'; include_once 'sys/inc/db_connect.php'; include_once 'sys/inc/ipua.php'; include_once 'sys/inc/fnc.php'; include_once 'sys/inc/user.php'; if (isset($user))$ank['id']=$user['id']; if (isset($_GET['id']))$ank['id']=intval($_GET['id']); if ($ank['id']==0) { } $ank=get_user($ank['id']); if(!$ank){header("Location: /index.php?".SID);exit;} if ($ank['id']!=0) $set['title']=$ank['nick'].' - страничка '; // заголовок страницы include_once 'sys/inc/thead.php'; if ($set['web']==true) include_once H."user/info/web.php"; else include_once H."user/info/wap.php"; include_once 'sys/inc/tfoot.php'; ?>