Linux · April 28, 2016 0

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(); 
?>