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 - modules/system/page.tpl.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') 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( diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index 2ddc75ac4..94cd24f3d 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -102,9 +102,10 @@ - + @@ -144,7 +145,6 @@ -- cgit v1.2.3