Skip to content

Instantly share code, notes, and snippets.

@notserk
Created May 11, 2016 14:48
Show Gist options
  • Save notserk/64f4d8f9a3afa8143a5039659cae765f to your computer and use it in GitHub Desktop.
Save notserk/64f4d8f9a3afa8143a5039659cae765f to your computer and use it in GitHub Desktop.
Embed Drupal Blocks in Template Files
<?php
$block = module_invoke('block', 'block_view', '1');
print render($block['content']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment