diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-07-03 20:31:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-07-03 20:31:15 +0000 |
commit | 11c3b79776f3e5a6b0444b0cf99b30baf982bb0e (patch) | |
tree | b667a6bc4d519f115cdbad765bf7809c646782a2 /modules/node | |
parent | b65b1533dd18811b7a66ed016f4c06fb59098aed (diff) | |
download | brdo-11c3b79776f3e5a6b0444b0cf99b30baf982bb0e.tar.gz brdo-11c3b79776f3e5a6b0444b0cf99b30baf982bb0e.tar.bz2 |
- Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong place
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 4 |
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), ), |