Include a static block into a phtml file:
echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml();
Include a static block into a phtml file:
echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml();
Leave a Reply