Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
11c3b797
Commit
11c3b797
authored
Jul 03, 2007
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#155747
by merlinofchaos: node.tpl.php theme definition in the wrong place
parent
b65b1533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/node/node.module
modules/node/node.module
+4
-0
No files found.
modules/node/node.module
View file @
11c3b797
...
...
@@ -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
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment