Magento: Load a static block


/ Published in: PHP
Save to your folder(s)

Puts a static block named 'contacts_text' into the page


Copy this code and paste it in your HTML
  1. $this->getLayout()->createBlock('cms/block')->setBlockId('contacts_text')->toHtml()

Report this snippet


Comments


You need to login to view comments.