I use to have the following snippet
<?php $block = module_invoke('superfish', 'block_view', '1'); print $block['content'];?> in page.tpl.php which worked great, now it just outputs Array. What do I need to change to get this to show?
I use to have the following snippet
<?php $block = module_invoke('superfish', 'block_view', '1'); print $block['content'];?> in page.tpl.php which worked great, now it just outputs Array. What do I need to change to get this to show?
Comments
Comment #1
mehrpadin commentedHey there,
In D7 you can use the
block_load.Comment #2
jodym commentedThanks, just what I was after..
Comment #3
omrmankarWithout Any Error Code This Code Very Useful for Render Superfish Menu