[font="Comic Sans MS"]Hello,
In Yii 1, we had a theme folder, that we could save our theme in there, and when we wanted to use different theme, there was a code like :
Yii::app()->theme = "MyThemeName";
I already read this link : Theming
But i don’t know where can i put my theme folder ?
and how to change the theme lets say for different users ?
thanks for the help.[/font]