Link to home
Start Free TrialLog in
Avatar of n00b0101
n00b0101

asked on

Drupal Menu System - Outputting One Level Down

I've been reading through the various menu functions in Drupal, but there are sooo many, and I've reached a point of utter confusion and despair... Hoping one of the smarties here can help me out...

Basically, I have four levels to my menu.  I'm trying to create a tree that outputs from the second level down.

So, the menu looks like this:  LEVEL ONE > Sublevel A > Sublevel I > Sublevel a

I'm trying to output the menu tree beginning with Sublevel A
(i.e., Sublevel A > Sublevel I > Sublevel a)

But, can't for the life of me figure out how to do that...  I tried simply getting the mlid of the Sublevel A menu (in this case 69), and then

<?php print theme_menu_tree(69); ?>

but it just prints out '69'.  Not at all what I expected...  

Anyone know how to do this?  
ASKER CERTIFIED SOLUTION
Avatar of tbsgadi
tbsgadi
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of n00b0101
n00b0101

ASKER

that didn't really help me, but I appreciate you taking the time regardless...
Thanks anyway