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

class onCommentsUserNotifyTypes extends cmsAction {

    public function 
run(){

        return array(
            
'comments_new' => array(
                
'title'=>LANG_COMMENTS_NOTIFY_NEW
            
),
            
'comments_reply' => array(
                
'title'=>LANG_COMMENTS_NOTIFY_REPLY,
                
'options' => array('''email')
            )
        );

    }

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