Skip to content

Instantly share code, notes, and snippets.

@lanche86
Created May 31, 2013 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lanche86/5684376 to your computer and use it in GitHub Desktop.
Save lanche86/5684376 to your computer and use it in GitHub Desktop.
Magento: Show static block
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('name_of_static_block')->toHtml(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment