How Make Backend With Different Design Layouts

Hi all,

I want to make my backend with different design layouts (using bootstrap3 templates) so that user can switch from one design layout to other.

Which is the best way for this? It looks like for any design layout I had to create file in /protected/views/layouts/ directory and in /protected/views/

subdirectory for any design layout with all templates? Is there better way for this and which tools yii1.1 has for tihs?

Thanks!

Create new module for your backend and then setup in your main controller your layout.

Could you please give link of detailed explanations how better to make it?

Thanks!

This can help U understand :

http://www.yiiframework.com/wiki/28/how-to-implement-multiple-page-layouts-in-an-application

http://www.yiiframework.com/doc/blog/1.1/en/start.testdrive#application-workflow