diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-21 07:59:47 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-21 07:59:47 +0000 |
commit | 1595422929508774df50baa6065ceb27cd3f6bd1 (patch) | |
tree | 3d5d9d746cb210d3a5bc982f86fc717fef28fe7d /modules/user/user.module | |
parent | 716293e0fbf1155b8e78c4bd2762c98275b8e6cb (diff) | |
download | brdo-1595422929508774df50baa6065ceb27cd3f6bd1.tar.gz brdo-1595422929508774df50baa6065ceb27cd3f6bd1.tar.bz2 |
#551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on /admin for a complete overview.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 2bc1dfb1d..a7fb466c5 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1348,9 +1348,11 @@ function user_menu() { // User administration pages. $items['admin/people'] = array( 'title' => 'People', + 'description' => 'Find and manage people interacting with your site.', 'page callback' => 'user_admin', 'page arguments' => array('list'), 'access arguments' => array('administer users'), + 'position' => 'left', 'weight' => -4, ); $items['admin/people/list'] = array( |