Skip to content

Instantly share code, notes, and snippets.

@andresams
Created December 22, 2015 12:39
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 andresams/7208135447902f668365 to your computer and use it in GitHub Desktop.
Save andresams/7208135447902f668365 to your computer and use it in GitHub Desktop.
Magento get html static block by ID inside of .phtml files
<?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