function menu_overview_title

Same name and namespace in other branches
  1. 7.x drupal-7.x/modules/menu/menu.module \menu_overview_title()

Title callback for the menu overview page and links.

1 string reference to 'menu_overview_title'
menu_menu in drupal-6.x/modules/menu/menu.module
Implementation of hook_menu().

Archivo

drupal-6.x/modules/menu/menu.module, line 185
Allows administrators to customize the site navigation menu.

Código

function menu_overview_title($menu) {
  return $menu['title'];
}