$system_theme = $set_user['skin'];
$system_pradd = '';
require_once ($rootpath . 'theme/' . $system_theme . '/head.php');
// Выводим сообщение о Бане
if (isset ($ban))
$system_pradd = '<div class="alarm">БАН <a href="' . $home . '/str/users_ban.php">Подробно</a></div>';