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