Файл: cafe/cafe.php
Строк: 34
<?
include_once '../inc/conn.php';
include_once '../function.php';
$set['title']='Кафе';
include_once'../inc/head.php';
if(isset($user)){
echo'<div class="umenu">
Здесь ты можеш восстановить энергию...</div>
<div class="umenu"><table border="0" cellspacing="10" cellpadding="10" ><tr>
<td style="background-color:#808080; border-radius: 5px;"><img src="img/cafe/1.png" alt="*" /> <a href="/cafee_1"> Обед №1</a></td>
<td style="background-color:#808080; border-radius: 5px;"><img src="img/cafe/2.png" alt="*" /> <a href="/cafee_2"> Обед №2</a></td>
</tr><tr>
<td style="background-color:#808080; border-radius: 5px;"><img src="img/cafe/3.png" alt="*" /> <a href="/cafee_3"> Обед №3</a></td>
<td style="background-color:#808080; border-radius: 5px;"><img src="img/cafe/4.png" alt="*" /> <a href="/cafee_4"> Обед №4</a></td>
</tr><tr>
<td style="background-color:#808080; border-radius: 5px;"><img src="img/cafe/5.png" alt="*" /> <a href="/cafee_5"> Обед №5</a></td>
<td > </td></tr></table> </div>';
}else{
include_once'../inc/login.php';};
include_once '../inc/foot.php';
?>