Magento How to add a block to .phtml file Magento August 22, 2012 Pramod T P <?php echo $this->getLayout()->createBlock(‘mymodule/myblock’)->setTemplate(‘mymodule/myblock.phtml’)->toHtml(); ?>