Вход Регистрация
Файл: system/controllers/users/hooks/user_privacy_types.php
Строк: 17
<?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 (
$this->options['is_wall']) {
            
$types['users_profile_wall'] = array(
                
'title' => LANG_USERS_PRIVACY_PROFILE_WALL,
                
'options' => array('anyone''friends')
            );
        }

        return 
$types;

    }

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