Magento:Call Admin Template Directly from Admin Controller October 09, 2017 $this->loadLayout(); $this->_title($this->__("Edit Form")); $this->_addContent($this->getLayout()->createBlock('webimport/adminhtml_form') ->setTemplate("webimport/form.phtml")); $this->renderLayout(); Read more