Archive for : April, 2011

Magento – include a static block into phtml file

Include a static block into a phtml file:


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