Answers

Question and Answer:

  Home  Magento

⟩ How to include CMS block in template file(.phtml)?

Access block's content from .phtml template file by:

echo $this->getLayout()->createBlock('cms/block')->setBlockId('static_block_id')->toHTML();

 227 views

More Questions for you: