Created
May 11, 2016 14:48
-
-
Save notserk/64f4d8f9a3afa8143a5039659cae765f to your computer and use it in GitHub Desktop.
Embed Drupal Blocks in Template Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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