loadLayout(); $this->renderLayout(); } public function termsAction() { print $this->getLayout()->createBlock("bmbleb/Adminhtml_Index_Terms")->toHtml(); exit(); } }