<?
session_start();
include ('inc/db.php');
include 'inc/functions.php';
include 'inc/head.php';
echo '<div class="menu"><a href="/vip">Поднять в ТОП</a><br/><a href="/foto.php">Добавить фото</a><br/><a href="/vid.php">Выделить и поднять</a></div>';
include 'inc/foot.php';
?>