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

class onUsersUserTabInfo extends cmsAction {

    public function 
run($profile$tab_name){

        if (
$tab_name == 'friends'){

            
// Проверяем наличие друзей
            
$this->friends_count $this->model->getFriendsCount($profile['id']);
            if (!
$this->friends_count) { return false; }

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

        }

        if (
$tab_name == 'karma'){

//            if ($profile['karma']==0) { return false; }

        
}

        return 
true;

    }

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