Active
Project:
PHPTemplate
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2005 at 19:17 UTC
Updated:
21 Mar 2018 at 13:26 UTC
Jump to comment: Most recent
I'm not real familiar with PHP, but I presume this is a mistake. Probably not one that hurts anything, though.
Index: phptemplate.engine
===================================================================
RCS file: /cvs/drupal-contrib/contributions/theme-engines/phptemplate/phptemplate.engine,v
retrieving revision 1.21
diff -u -r1.21 phptemplate.engine
--- phptemplate.engine 6 Mar 2005 14:39:20 -0000 1.21
+++ phptemplate.engine 14 Mar 2005 19:14:16 -0000
@@ -263,7 +263,6 @@
'content' => ($main && $node->teaser) ? $node->teaser : $node->body,
'links' => theme('links', $node->links),
'mission' => $mission,
- 'page' => $page,
'taxonomy' => $taxonomy,
/* Lastly , pass the actual node to allow more customization */
Comments
Comment #1
ritzz commentedWorking on it.
Comment #2
ritzz commented