Вход Регистрация
Файл: system/controllers/comments/hooks/user_tab_info.php
Строк: 18
<?php

class onCommentsUserTabInfo extends cmsAction {

    public function 
run($profile$tab_name){

        
$this->count $this->model->
                                
filterEqual('user_id'$profile['id'])->
                                
filterIsNull('is_deleted')->
                                
getCommentsCount();

        if (!
$this->count){ return false; }

        return array(
'counter'=>$this->count);

    }

}
Онлайн: 1
Реклама