summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
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(