Set Magento website template, skin and layout programmatically
Alternate method:
Read MoreLoading
You can assign different layouts to different users using following filter class 1. Add LayoutFilter.php to your protected/components/ folder 2. Update protected/components/Controller.php and add following filters 3. Update all controllers and add following filters
Read More