Файл: Arhmobi_esdcms/games/index.php
Строк: 38
<?php
include_once '../sys/inc/start.php';
$doc = new document(0);
$doc->title = __('beta игровой раздел');
?><style>
.bg_game {
background: #000 url("1.png") center no-repeat;
height: 314px;
margin-bottom: 10px;
box-shadow: 0px 0px 10px;
}</style> <?
echo "<div class='bg_game'> </div>";
$listing = new listing();
$post = $listing->post();
$post->title='beta игровой раздел';
$post->post = 'Пока работает в ручном режиме добавления игр, позже будет с настройками и добавлением категорий';
$post-> icon('info');
$listing->display();
$listing = new listing();
$post = $listing->post();
$post->title='Игра Поймай зверька';
$post->post = 'Необходимо выбирать одну из пяти норок, в некоторых из них будут прятаться звери, в некоторых капканы... За каждого зверя дается определенное количество баллов, если попадете в капкан, не сможете попасть в игру в течении пяти минут';
$post->url= '/games/zverek/';
$post-> icon= '/games/zverek/img/cat.png';
$resp = $db->query("SELECT COUNT(*) FROM `users_online` WHERE `request` LIKE '/zverek/%'");
$users = $resp->fetchColumn();
if ($users)
$post->bottom = __('%s ' . misc::number($users, 'человек', 'человека', 'человек'), $users);
$listing->display();
$listing = new listing();
$post = $listing->post();
$post->title=' ПК - Флэш Игры';
$post = $listing->post();
$post->title=' Игра 2048';
$post->url= '/games/2048/';
$post-> icon= '/games/game.png';
$listing->display();