Make theme and layout option in your site

Comparing #2 with #3

Revision #3 was created by Narender Negi Narender Negi on Aug 6, 2013, 7:39:23 AM.

theme and layout dropdown option

Content

[...]
* 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;

 
 
```