How insert static blocks into Magento templates?
The should work for any block and template combination
*
* Insert into magento_template.phtml
*/
echo $this->getLayout()->createBlock('cms/block')->setBlockId('cms_block_name_here')->toHtml() ;
?>
Magento Support