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

ritzz’s picture

Assigned: Unassigned » ritzz

Working on it.

ritzz’s picture

Assigned: ritzz » Unassigned