Active
Project:
Menu Access
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 21:16 UTC
Updated:
15 Jun 2011 at 21:16 UTC
I added this to my theme code:
<?php print menu_access_menu_tree('primary-links'); ?>
That menu contains some menu items that have child items. How do I limit the levels it prints? I would like to divide my menu to main menu on top of the page and child menu on the right sidebar.
I'm also using Menu Blocks.