I want to Move files view to theme folder

I created module: about, products

I want to Move files view to theme folder (outside of views)

[size="4"]Looks like this:[/size]

|–themes

[indent]|–theme_name[/indent]

[indent][indent]|–css[/indent][/indent]

[indent][indent]|–images[/indent][/indent]

[indent][indent]|–views[/indent][/indent]

[indent][indent][indent]|–about[/indent][/indent][/indent]

[indent][indent][indent][indent]|–index.php[/indent][/indent][/indent][/indent]

[indent][indent][indent]|–products[/indent][/indent][/indent]

[indent][indent][indent][indent]|–index.php[/indent][/indent][/indent][/indent]

[indent][indent][indent]|–layouts[/indent][/indent][/indent]

[indent][indent][indent][indent]|–main.php[/indent][/indent][/indent][/indent]

How to change file view in module to theme?

Please help me

has anyone?

Have you tried to search the forum first?

Maybe this topic is what you’re looking for.

haha, it is "public function getViewFile($viewName)" in framework/web/CCtroller.php only change it you can move view folder any where

have fun