Display Drupal 6 Custom menu in theme

There's a small catch, you have to prepend menu- to your custom name in the actual code.
You can check the url of the menu when you're in the admin for getting the actual name, if it's easier for you.

print theme('links', menu_navigation_links('menu-custom-name'));

Technology: 

Comments

Big thanks for this!:)

Hi all,

i've put together a tutorial on custom menus. I hope it helps a few people.
http://www.kleinermann.com.au/blog/add-a-custom-menu-in-drupal-6/

Pages

Add new comment