By Aar0n on
Hi everyone
I was wondering if anyone knows of a method that will display the tertiary (third level) links of the "Primary Links" menu.
I was having a look in the page.tpl.php file and as far as i can tell it will only display the primary and secondary links.
print theme('links', $primary_links, array('class' => 'links primary-links'))
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
Cheers
Aaron
Comments
expose menu links as an additional variable to page.tpl.php
I'm very interested in this too. I think the solution is to somehow expose another variable called something like $tertiary_links to the page.tpl.php file and have it populated with a specific menu that you have created. Any ideas on how to accomplish this?
almost have it figured out
I think this post should point you in the right direction: http://drupal.org/node/112735