View file public_html/game/index.php

File size: 958B
<?

define("H",$_SERVER['DOCUMENT_ROOT']);

require_once ('system/core.php');

require_once ('system/head.php');

?>

<div class="link"><center>
 
<img src="/style/icons/logo.jpg" /></center></div>

<?

if($user['arena']>1) $arena='[<font color=lime>+</font>]';

else 

$arena='';

echo '<div class="link"><img src="/style/icons/arena.png" width="18px" alt="TheSom"><a href="/arena.php"> Боевая арена </a> '.$arena.' </div>';

echo '<div class="link"><img src="/style/icons/train.png" width="18px" alt="TheSom"><a href="/train.php"> Тренировка </a> </div>';

echo '<div class="link"><img src="/style/icons/zoloto.png" width="18px" alt="TheSom"><a href="/zoloto.php"> Купить золото </a> </div>';

if($user['admin'] >= '1'){
    
echo '<div class="link"><img src="/style/icons/geroi.png" width="16px" alt="TheSom"><a href="/panel"> Админ панель </a></div>'; 

}

echo '</div>';

require_once ('system/foot.php');

?>