you can just define in every controller
var $layout = 'page';
that way every controller will use the same layout.
PS: maybe you can declare $layout in the application_controller to affect all the controllers at once, but im not pretty sure if it is gonna work, just an idea thought.
1 to 3 of 3