From 5094312d3b76d41aaf41c6a5c9dab04ccb7d1590 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 May 2007 05:52:17 +0000 Subject: - Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files. --- modules/node/node.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/node/node.module') 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( -- cgit v1.2.3