/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// SomeController.php // within someAction() $noLayout = $this->getRequest()->getParam("noLayout"); if ($noLayout) { $this->_helper->layout->disableLayout(); }