summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/astaf/views/skins/CActiveForm.php8
-rw-r--r--themes/astaf/views/skins/CForm.php8
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