theme in module

I have created new theme it is showing the layoout in about us page and contact us page but i want the same

layout in my custome module too…how i can get the same layout of website in my custome module

When i click on my custom moduel link then it show me the defualt layout of the website under protected/views/site

Thanks in Adavance

Anand Neema

Have you tried setting your theme like this:


Yii::app()->theme = 'youThemeName';

Thanks For replying

Yes i have write that code in cofig main file that’s why i am getting that layout on about us and contact

us page but not getting the layout in my custom module.