Файл: games/games_pc/mario.php
Строк: 24
<?php
require '../../lang_inc.php';
require '../../sid.php';
require '../../config.php';
$link = connect_db();
list($user, $id, $ps) = check_login($link);
whorm(0, 'games');
include '../../head.php';
echo $div_title . ''.$lang['Марио на острове'].'' . $div_end . $div_left;
?><center>
<embed src="http://flashgames.az/flashgames/swf/1335.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="300">
<br />
</center>
<?
echo '<center>'.$lang['40 коротких уровней и 40 принцесс'].'</center>';
?>
<?
echo '<center><a href="/games/index.php?'.$ref.'">'.$lang['В раздел'].'</a></center>';
require_once '../../foot.php';
?>