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

class onUsersUserPrivacyTypes extends cmsAction {

    public function 
run(){

        
$types = array();

        
$types['users_profile_view'] = array(
            
'title'   => LANG_USERS_PRIVACY_PROFILE_VIEW,
            
'options' => array('''anyone''friends')
        );

        if(!empty(
$this->options['is_friends_on'])){
            
$types['users_friendship'] = array(
                
'title'   => LANG_USERS_PRIVACY_FRIENDSHIP,
                
'options' => array('''anyone')
            );
        }

        return 
$types;

    }

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