Skip to content
Snippets Groups Projects
Commit 11c3b797 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong place

parent b65b1533
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment