I have a fairly complex public navigation system, and I'd like to use one single menu for it.
However, I don't want that one menu in one block.
I'd like to put a single level at the top, and then a secondary level on the side.
For some areas, I'd like to "shift" the menu down, so that the top level links are actually the second level of the heirarchy, and the side links are the third level.
I've been looking at the menu system documentation. The function menu_primary_links() looks like a step in the right direction... but when I try to call that from a block I get the error:
Fatal error: Call to undefined function: menu_secondary_links() in /home/wwwroot/includes/common.inc(1857) : eval()'d code on line 2
Any ideas on either of those issues?
Thanks...
Comments
menu_primary_links()
Oh - I see the documentation is for a menu.inc Version 1.89 (checked in on 2005/11/03 at 19:33:37 by dries) whereas mine is Version 1.79.2.1 .... is there a standard way to upgrade things?
I think this link might
I think this link might describe what you are looking for?
http://nicklewis.smartcampaigns.com/?q=a-practical-tutorial-on-drupals-m...