Вход Регистрация
Файл: system/controllers/content/forms/form_folder.php
Строк: 11
<?php
class formContentFolder extends cmsForm {

    public function 
init() {

        return array(

            array(
                
'type' => 'fieldset',
                
'childs' => array(

                    new 
fieldString('title', array(
                        
'title' => LANG_TITLE,
                        
'rules' => array(
                            array(
'required'),
                            array(
'max_length'128)
                        )
                    )),

                )
            )


        );

    }

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