summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 15:24:18 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 15:24:18 +0000
commit0223bf1dc25a77671618733ee7e76fba958013d8 (patch)
treed29511cef00d788181792453651387bd959fb215 /modules/help/help.module
parent337dbc4f8db4144bb2392dbd95017f4733946372 (diff)
downloadbrdo-0223bf1dc25a77671618733ee7e76fba958013d8.tar.gz
brdo-0223bf1dc25a77671618733ee7e76fba958013d8.tar.bz2
#699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
Diffstat (limited to 'modules/help/help.module')
-rw-r--r--modules/help/help.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 2c964d7bf..d6b06e888 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -25,6 +25,7 @@ function help_menu() {
'page callback' => 'help_page',
'page arguments' => array(2),
'access arguments' => array('access administration pages'),
+ 'type' => MENU_VISIBLE_IN_BREADCRUMB,
'file' => 'help.admin.inc',
);
}