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/node/node.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/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 916018c80..e0dcfc8d8 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1135,6 +1135,8 @@ function node_menu() { 'weight' => -10, '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/content/node'] = array( |