How to switch layout files in Zend Framework?
From inside a Controller: $this->_helper->layout->setLayout(‘/path/to/your/layout_script’); (via these docs) EDIT: I should mention that the path is relative to whatever your layout directory is (by default, it’s application/layouts/scripts/)