Je suis sûr que c'est un simple one-liner, mais je n'arrive pas à le trouver.
Comment puis-je utiliser un autre fichier de mise en page pour une action particulière?
Mise à jour: Cela a fonctionné pour moi, merci!
// Within controller
$this->_helper->_layout->setLayout('other-layout') //other-layout.phtml
//Within view script
<?php $this->layout()->setLayout('other-layout'); ?>