Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Last active September 14, 2017 12:39
Show Gist options
  • Save jasonglisson/077014f7b3e4a44c4979 to your computer and use it in GitHub Desktop.
Save jasonglisson/077014f7b3e4a44c4979 to your computer and use it in GitHub Desktop.
Drupal 7 - Embed menu block
<?php
$block = module_invoke('webform', 'block_view', 'client-block-4');
print render($block['content']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment