diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-05-22 05:52:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-05-22 05:52:17 +0000 |
commit | 5094312d3b76d41aaf41c6a5c9dab04ccb7d1590 (patch) | |
tree | e4bb03e8ab3ae3184c3d29db410c27dc9cc78ab2 /modules/user/user.module | |
parent | 760a181c97bbe318af26c98ad53f7c47f26d28d5 (diff) | |
download | brdo-5094312d3b76d41aaf41c6a5c9dab04ccb7d1590.tar.gz brdo-5094312d3b76d41aaf41c6a5c9dab04ccb7d1590.tar.bz2 |
- Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files.
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 456cb99a5..b431b9eae 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -825,6 +825,8 @@ function user_menu() { 'position' => 'left', 'page callback' => 'system_admin_menu_block_page', 'access arguments' => array('administer site configuration'), + 'file' => 'system.admin.inc', + 'file path' => drupal_get_path('module', 'system'), ); $items['admin/user/user'] = array( 'title' => 'Users', |