andresams
12/22/2015 - 12:39 PM

Magento get html static block by ID inside of .phtml files

Magento get html static block by ID inside of .phtml files

<?php

echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml(); 

?>