↧
Loading a Menu, and Theming the Links in Two Lines of Code
Drupal: drupal 6.xmenu systemtheme systemtheme preprocessingWhen creating a menu [ admin/build/menu/add ] there's a field for "Menu name". We use that value to load whatever array of menu links we...
View ArticleOverriding Menu Page Callbacks
Drupal: menu systemhook_menu_alterDrupal 6.xSometimes you need to override more than a theme function: the entire page needs to be overridden. Drupal 6 makes it rather easy to do this.In the example...
View Article