Posts Tagged ‘CMS Block’

To call Static block in phtml

Posted: September 15, 2009 in Magento, Version 1.3.*
Tags:

<?php echo $this->getLayout()->createBlock(‘cms/block’)

->setBlockId(‘contact_form_text’)->toHtml() ?>

-Bijal Bhavsar 🙂