Magento - static blocks into template
> <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('my-new-block-identifier')->toHtml() ?>
thanks to inacode, the first usefull google-search result to this special point ;).
> <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('my-new-block-identifier')->toHtml() ?>
thanks to inacode, the first usefull google-search result to this special point ;).