I found this module after having problems using menutrails and menufirstchild together.
It looks just perfect for my needs. However I failed in my attemps to use it because I'm printing my menus on tpls and looks like this module only works on blocks menus.
Is this rigth?
If this is the case could be great to add it to the module description.
Comments
Comment #1
cmcintosh commentedYou could always print the block in your template. just use a theme hook to get it done. or just create a new region specific for that block and place it in that way. Either way it should work well for you.
Evansville Website Developer / http:ChrisMcIntoshDesigns.com
Comment #2
scarvajal commentedIm using: menu_navigation_links('menu-main-nav', 2) to print only a level of the menu.
So I have level 0 as main menu, level 1 as submenu, and level 2 as subsubmenu.
I'm not familiar with printing blocks in templates, could the menu be splited in levels with this technique?
Thanks.