Add Magento static blocks to your page easily! Simply copy this line of code below where you want the static block to appear and change the ‘block_id’ to the identifier of the static block you created.
- <?php echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘block_id’)->toHtml() ?>