diff --git a/core/modules/node/node.module b/core/modules/node/node.module index 0b7262c..4906f14 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -163,6 +163,7 @@ function node_theme() { ), 'node_admin_overview' => array( 'variables' => array('name' => NULL, 'type' => NULL), + 'file' => 'content_types.inc', ), 'node_recent_block' => array( 'variables' => array('nodes' => NULL),