/*
* Insert into template.phtml
*/
getLayout()->createBlock('cms/block')->setBlockId('BLOCKNAMEHERE')->toHtml() ;
?>


/* 
 * Insert into the CMS
*/
{{block type="cms/block" block_id="BLOCKNAMEHERE" template="cms/example-template.phtml"}}


/*
 * Insert into the layout.xml
*/

    
        
            
	        BLOCKNAMEHERE