Skip to content

Instantly share code, notes, and snippets.

@hqmatics
Created July 15, 2013 07:28
Show Gist options
  • Save hqmatics/5998049 to your computer and use it in GitHub Desktop.
Save hqmatics/5998049 to your computer and use it in GitHub Desktop.
Magento quick load cms block into template
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment