Display CMS block in template
<?php $cmsBlockContent = $this->getLayout()->createBlock('cms/block')->setBlockId('block-identifier')->toHtml();?>