How to embed Menu Block in a Node
eternalistic - June 29, 2009 - 22:14
| Project: | Menu block |
| Version: | 6.x-2.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
I know how to print a block in a node but how do I add a "menu block" in a node? I'm hoping this is something easy that I am just overlooking so any help is appreciated.
<?php
$block = module_invoke('block', 'block', 'view', 1);
print $block['content'];
?> I tried modifying the code that allows you to print blocks in nodes with no luck.
Thanks!
