diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/astaf/views/skins/CActiveForm.php | 8 | ||||
| -rw-r--r-- | themes/astaf/views/skins/CForm.php | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/themes/astaf/views/skins/CActiveForm.php b/themes/astaf/views/skins/CActiveForm.php new file mode 100644 index 0000000..63baf22 --- /dev/null +++ b/themes/astaf/views/skins/CActiveForm.php @@ -0,0 +1,8 @@ +<?php +return array( + 'default' => array( + 'htmlOptions'=>array( 'class'=>'ym-form'), + ), + + +);
\ No newline at end of file diff --git a/themes/astaf/views/skins/CForm.php b/themes/astaf/views/skins/CForm.php new file mode 100644 index 0000000..63baf22 --- /dev/null +++ b/themes/astaf/views/skins/CForm.php @@ -0,0 +1,8 @@ +<?php +return array( + 'default' => array( + 'htmlOptions'=>array( 'class'=>'ym-form'), + ), + + +);
\ No newline at end of file |
