Skip to content

Instantly share code, notes, and snippets.

@bekapod
Created May 10, 2012 13:28
Show Gist options
  • Save bekapod/2652994 to your computer and use it in GitHub Desktop.
Save bekapod/2652994 to your computer and use it in GitHub Desktop.
MAGENTO: Quick include static block on template
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('block-id')->toHtml(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment