summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-23 23:38:06 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-23 23:38:06 +0000
commitf375573849cd38a8c3860ce23bd92cdbc984fdda (patch)
tree376d3cf88048d0f54d550e24789bfb5895ea51c1 /modules/menu
parentdd5725690302d1cad7efd59140a599f9bd6ebde7 (diff)
downloadbrdo-f375573849cd38a8c3860ce23bd92cdbc984fdda.tar.gz
brdo-f375573849cd38a8c3860ce23bd92cdbc984fdda.tar.bz2
#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.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.install1
1 files changed, 0 insertions, 1 deletions
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 <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link."),
'management' => $t('The <em>Management</em> menu contains links for administrative tasks.'),
'main-menu' => $t('The <em>Main</em> menu is used on many sites to show the major sections of the site, often in a top navigation bar.'),
- 'secondary-menu' => $t('The <em>Secondary</em> menu is used on many sites for legal notices and contact pages.'),
);
foreach ($system_menus as $menu_name => $title) {
$menu = array(