Index: themes/engines/phptemplate/phptemplate.engine =================================================================== RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v retrieving revision 1.32 diff -u -F^f -r1.32 phptemplate.engine --- themes/engines/phptemplate/phptemplate.engine 7 Apr 2006 15:32:17 -0000 1.32 +++ themes/engines/phptemplate/phptemplate.engine 15 Apr 2006 07:32:12 -0000 @@ -186,7 +186,7 @@ function phptemplate_page($content) { $variables = array( 'base_path' => base_path(), 'breadcrumb' => theme('breadcrumb', drupal_get_breadcrumb()), - 'closure' => theme('closure'), + 'closure' => theme_closure(), 'content' => '' . $content . '', 'footer_message' => filter_xss_admin(variable_get('site_footer', FALSE)) . "\n" . theme('blocks', 'footer'), 'head' => drupal_get_html_head(),