Пример #1
0
 function form_field($field, $style)
 {
     if (@$field['type'] == 'ra_qaads_multi_text') {
         $this->form_prefix($field, $style);
         $this->ra_qaads_form_multi_text($field, $style);
         $this->form_suffix($field, $style);
     } else {
         qa_html_theme_base::form_field($field, $style);
         // call back through to the default function
     }
 }