In this tutorial, I will explain how to generate custom menus that are fully controlled from the menu administration page. (path: [www.yourdrupalsite.com]admin/menu). These menus can be enormously useful. The can be used for everything from custom user interfaces, to navigation menus. In addition, since they are hooked into Drupal's core, they can be dynamically updated.
In writing this tutorial, I've assumed that the reader already understands to some extent:
- Drupal Themes
- How to copy and paste
- The value of attempting something for the first time.
theme_menu_tree() = your new best friend
Alright, we're going to call a php function. O, non-php programmers do not flee in horror. PHP is easy, unless you're paying me, in which case its very difficult.