Файл: turnir.php
Строк: 36
<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
if(!$user) {
header('location: /');
exit;
}
$title = 'Дуэльный турнир';
include './system/h.php';
?>
<div class='line'></div>
<div class='content'>
<center> <img src='/images/town/turnir.png' alt='*'/></center>
<div class ='dot-line'/></div>
<center><a class='btn' href='?enter=turn'><span class='end'><span class='label'><span class=''>Подать заявку</span></span></span></a></center>
Турнир начнется через:<?=$time['time_set'];?>
<div class='line'></div>
<li><font size='1' color='white'>Подача заявки стоит 10000 <img src='/images/icon/silver.png' alt='s'></font></li>
</div>
<?
include './system/f.php';
?>