Magento display static block on phtml file Paste following code in your phtml file <?php echo $this->getLayout() ->createBlock('cms/block') ->setBlockId('block_identifier') ->toHtml(); ?> Related
Recent Comments