Revision #3 has been created by Narender Negi on Aug 6, 2013, 7:39:23 AM with the memo:
theme and layout dropdown option
« previous (#2) next (#4) »
Changes
Title
unchanged
Make theme and layout option in your site
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
theme, layouts
Content
changed
[...]
* In Css directory create directory for each theme and put all your css and js file in respective directory
#### **Make table named theme where each theme name has its themeID,name**
In Layout
```php
<tr>
<td>[...]
}
}
public $layout;
```