<?php
require_once '../inc/system.php';
require_once '../inc/head.php';
no_auth();
if($user['prava'] == '1') header('Location:/');
echo '
<div class="top-tit"><div class="tit-t">Админка</div></div>';
echo '<a href="news.php"><div class="link"><img src="../style/img/cup.png" wdith="14" height="14"> Добавить новость</div></a>';
require_once '../inc/foot.php';
?>