Loading...
Обучение/Помощь новичкам | Проблема тутаво
<?php

class Tpl extends Smarty
{
public function header ($title)
{
global $config, $show, $db, $user;
if ($show != 'ban' && $db->query("SELECT `id` FROM `users_block` WHERE `id_profile` = '" . $user['id'] . "' AND `time_ban` > '" . time() . "'")->rowCount() != 0)
{
Core::go('/pages/blocked');
}

$this->assign([
'title' => Lang::word($title != null ? $title : $config['title']),
'copyright' => $config['copyright'],
'keywords' => $config['keywords'],
'description' => $config['description']
]);
$this->display('header.tpl');
}

public function footer ()
{
global $PGen, $navbar;

$this->assign([
'PGen' => round(microtime(1) - $PGen, 3)
]);
$this->display('footer.tpl');
exit;
}
}





http://Sfob.adr.com.ua
Фатальная ошибка строка 8
Фатальная ошибка : Вызов функции члена ROWCOUNT () на не-объект в /profiles/m/ma/mas/master2/sfob.adr.com.ua/system/classes/Tpl.php на линии 8
Resident Evil , поправ
Ау
Онлайн: 3
Время:
Gen. 0.0745
(c) Bym.Guru 2010-2026