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
Code Monkey (not verified)
Wed, 03/02/2011 - 06:04
Permalink
Big thanks for this!:)
Big thanks for this!:)
Code Monkey (not verified)
Mon, 04/11/2011 - 13:30
Permalink
Hi all, i've put together a
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