Print embed block (module)
<?php
$block = module_invoke('modulename', 'block_view', 'menu-my-menu-name');
print render($block['content']);
?>
Comments
blog comments powered by Disqus
Print embed block (module)
<?php
$block = module_invoke('modulename', 'block_view', 'menu-my-menu-name');
print render($block['content']);
?>