From f375573849cd38a8c3860ce23bd92cdbc984fdda Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 23 Aug 2010 23:38:06 +0000 Subject: #410646 by dman, David_Rothstein, and thousands of other people: Fixed 'Secondary menu' exists but is no longer the default source for the secondary links. --- modules/menu/menu.install | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.install b/modules/menu/menu.install index 5517a1164..1938a754f 100644 --- a/modules/menu/menu.install +++ b/modules/menu/menu.install @@ -52,7 +52,6 @@ function menu_install() { 'user-menu' => $t("The User menu contains links related to the user's account, as well as the 'Log out' link."), 'management' => $t('The Management menu contains links for administrative tasks.'), 'main-menu' => $t('The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.'), - 'secondary-menu' => $t('The Secondary menu is used on many sites for legal notices and contact pages.'), ); foreach ($system_menus as $menu_name => $title) { $menu = array( -- cgit v1.2.3