Chiamare un blocco CMS in un file .phtml

E' possibile chiamare un blocco CMS (precedentemente creato) in un file .phtml tramite:

­

<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('your_identifier')->toHtml() ?>
Categoria: