Hi,
My dir structure is as follows:
protected
views
widgets
views
themes
blue
views
When i have a viewfile, let’s say edit.php, in protected/views/, it will be used as a fallback, if the same file isn’t in themes/blue/views.
I would like to do the same with widgets (ability to make a special viewfile under a certain theme), but i can’t figure out the path. I’ve tried themes/blue/widgets/views, but with no luck.
Thanks in advance.