How to call static block in magento phtml files?
Magento allows you to create static blocks to show content on category pages or on static pages, you can also call any static block in magento phtml file by just adding following code.
<br /> echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘your_block_identifier’)->toHtml();<br />