<?php include 'core/bd.php'; $title = URL.' - Главная'; include 'core/head.php'; if (!$user_id) header('Location:/load.php'); echo 'Ник: '.$user['nick'].'<br>'; echo 'E-mail: '.$user['email']; echo '<a href="exit.php">Выход</a>'; include 'core/foot.php'; ?>