Themes

Hi all,

i’m new for yii framework.

how and where i have to use my downloaded themes.

i need clear instruction (pls specify which directory)…

Email me

Hi,

Check this site

http://www.yiiframework.com/wiki/188/converting-an-artisteer-theme-to-yii

Download any theme from your favourite website then put folder ThemeFolderName in theme folder with css and js.

now open main.php from path protected/cofig/main.php

now set in

[color="#2E8B57"]return array(

theme=>ThemeFolderName

}

[/color]

Enjoy. :)