Файл: games/games_pc/velo.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/4435.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="420"><br />
</center>
<?
echo '<center>'.$lang['Очень сложная игра из серии осторожной езды'].'</center>';
?>
<?
echo '<center><a href="/games/index.php?'.$ref.'">'.$lang['В раздел'].'</a></center>';
require_once '../../foot.php';
?>