Printing output in a page
hankpalan.com - March 9, 2009 - 19:41
| Project: | Quickmenu |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I've printed the menu as a block in a page with the following code:
<?php $block = module_invoke('quickmenu', 'block', 'view', 'menu-genre'); print $block['content'];?>It lists the dropdown fine, but when you select an item within the dropbox it doesn't actually initiate anything it just sits there. Is there a different way to print the quickmenu in a page?
