From 5b45a85ca7859e23b79cac3616e4cf5ad1b47f4c Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 28 Mar 2011 08:52:43 -0700 Subject: Issue #749992 by jhodgdon: menu system / menu module distinction is not obvious to folks new to Drupal. --- modules/menu/menu.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index ec41c2f3e..3edf158df 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -2,7 +2,13 @@ /** * @file - * Allows administrators to customize the site navigation menu. + * Allows administrators to customize the site's navigation menus. + * + * A menu (in this context) is a hierarchical collection of links, generally + * used for navigation. This is not to be confused with the + * @link menu Menu system @endlink of menu.inc and hook_menu(), which defines + * page routing requests for Drupal, and also allows the defined page routing + * URLs to be added to the main site navigation menu. */ /** -- cgit v1.2.3