Файл: games/games_pc/durak/durak.php
Строк: 19
<?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://dcms-seo.ru/games/durak.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="300">
</center>
<?
echo '<a href="games/index.php?'.$ref.'">'.$lang['В раздел'].'</a>';
require_once '../../../foot.php';
?>