<?php
require_once '../core/system.php';
echo only_reg();
$header = 'Магазин';
require_once '../core/head.php';
echo "<div class='menuList'><li class='original'><a class='white' href='/magazin/index.php'>Магазин снаряжения</a></div>";
if($user[prava] == 5){
}
include_once '../core/foot.php'?>
</body>
</html>