Hi there,
How can I change or add the path in which Yii looks for themes?
I’ve tried configuring themeManager, but got a “read only” error.
Thanks in advance
Hi there,
How can I change or add the path in which Yii looks for themes?
I’ve tried configuring themeManager, but got a “read only” error.
Thanks in advance
Show your config file.
Solved, thanks.
Would be helpful to other users that read this thread if you would write how you solved it… and what was the problem…
Sure, I just don’t know why it didn’t work the first time…
I did:
theme => ‘myTheme’,
‘components’ => array(
'themeManager' => array(
'basePath' => 'some/path/themes'
)
);
Thanks a lot, this solved my problem
thanks