summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-03 20:31:15 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-03 20:31:15 +0000
commit11c3b79776f3e5a6b0444b0cf99b30baf982bb0e (patch)
treeb667a6bc4d519f115cdbad765bf7809c646782a2
parentb65b1533dd18811b7a66ed016f4c06fb59098aed (diff)
downloadbrdo-11c3b79776f3e5a6b0444b0cf99b30baf982bb0e.tar.gz
brdo-11c3b79776f3e5a6b0444b0cf99b30baf982bb0e.tar.bz2
- Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong place
-rw-r--r--modules/node/node.module4
1 files changed, 4 insertions, 0 deletions
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),
),