Вход Регистрация
Файл: DESURE-dcms-f12de01ac63e/sys/widgets/chat_mini/index.php
Строк: 21
<?php

defined
('DCMS') or die;
$db DB::me();

$res $db->prepare("SELECT COUNT(*) FROM `chat_mini` WHERE `time` > ?");
$res->execute(Array(NEW_TIME));
$new_posts $res->fetchColumn();

$res $db->query("SELECT COUNT(*) FROM `users_online` WHERE `request` LIKE '/chat_mini/%'");
$users $res->fetchColumn();

$listing = new listing();

$post $listing->post();
$post->highlight true;
$post->icon('chat_mini');
$post->url '/chat_mini/';
$post->title __('Мини чат');
if (
$new_posts)
    
$post->counter '+' $new_posts;
if (
$users)
    
$post->bottom __('%s ' misc::number($users'человек''человека''человек'), $users);

$listing->display();
Онлайн: 2
Реклама