/ Published in: PHP
URL: http://www.molotovbliss.com/blog/tag/magento/
The quick and easy way to insert CMS Blocks into template (.phtml) files without any layout modifications:
Expand |
Embed | Plain Text
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('your_cms_block_identifier')->toHtml() ?>
You need to login to post a comment.
