I'm wondering just what is the best way to go...
I have inside laoyout directory, a view _sideBlock
I need to use it, cause the widget will be side column block,
When I extend CWidget and do ->render
I get a message that the
Quote
widget TopUsers can't get the view "//layouts/_sideBlock".
How can I give it the path?
The widget is inside components... the view is inside my theme as I described above
If we will look at the blog example, one can notice that the widget's views are right near in the components...
But why copy paste? there isn't a way to give it the path ?

Help
















