Magento - static blocks into template
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('my-new-block-identifier')->toHtml() ?>
2009-09-10
> <?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 ;).
Published 2009-09-10