Hi,
Do modules have the capability of theming?
Hi,
Do modules have the capability of theming?
You can theme any view in Yii including modules: http://www.yiiframework.com/doc/guide/topics.theming
I assume the module can’t have a seperate theme other than the one specified by the application configuration?
What I mean is that if my application uses a certain theme, I need to have the same view files for my module under that theme folder.
I’m trying to build a frontend / backend application and so far the less complicated solution which allows me to have multiple themes for both frontend and backend was to create 2 applications like you’ve mentionned in a tips and tricks post.
I’ve read another post about frontend backend, but so far the simplest method i’ve found was the one i’m using.
I was just curious about modules and themes though.
Thanks!