Magento – include a static block into phtml file
Posted on: April 18, 2011 /
Categories: Magento
Include a static block into a phtml file:
echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml();