Code Snippets - ottonet/useful-magento-resources GitHub Wiki
Get CMS Block data in a PHTML file
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml(); ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml(); ?>