menu system

Drupal 6 menu system

  1. function image_fupload_menu() {
  2.   ................
  3.   ................
  4.  
  5.   $items['node/add/%image_node_type/list_images'] = array(
  6.     'title' => 'Edit Captions',

Two menu items claiming the same dyanmic path

  1. /**
  2.  * Implementation of hook_menu_alter().
  3.  */
  4. function webform_menu_alter(&$callbacks) {
  5.   // Poll module and webform both claim the node/x/results callback, but because
Syndicate content