Add New Theme In My Yii Web Application

Hi,

i want to set new theme in my web application.

how to download and which theme supports in yii…and steps for to set theme in yii

Thanks

you can download yii themes from http://yii.themefactory.net

once download a perticular theme, copy its folder to the theme folder and give a meaningful name to this folder in the project and replace the theme name in the config.php file with the newly downloaded theme name, and thats it. run it and enjoy.

Thanks Sir,

its works properly…

but when i click on my menu for example:click on student link…it shows my older theme…

so what to do for apply my new theme in all pages

You should to check all of your controller’s actions theme option, there may be some thing, because I personally have used two themes in the same project, so you should to check your controller’s actions theme layout.