From 11c3b79776f3e5a6b0444b0cf99b30baf982bb0e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 3 Jul 2007 20:31:15 +0000 Subject: - Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong place --- modules/node/node.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 598a072d3..339e1dc2f 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -60,6 +60,10 @@ function node_help($path, $arg) { */ function node_theme() { return array( + 'node' => array( + 'arguments' => array('node' => NULL, 'teaser' => FALSE, 'page' => FALSE), + 'file' => 'node', + ), 'node_list' => array( 'arguments' => array('items' => NULL, 'title' => NULL), ), -- cgit v1.2.3