jasonglisson
6/30/2015 - 10:11 PM

Drupal 7 - Embed menu block

Drupal 7 - Embed menu block

<?php
$block = module_invoke('webform', 'block_view', 'client-block-4');
print render($block['content']);					
?>