Index: themes/bluemarine/page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/bluemarine/page.tpl.php,v retrieving revision 1.4 diff -u -r1.4 page.tpl.php --- themes/bluemarine/page.tpl.php 21 May 2005 11:38:32 -0000 1.4 +++ themes/bluemarine/page.tpl.php 29 Jul 2005 17:05:31 -0000 @@ -1,4 +1,4 @@ - + Index: themes/engines/phptemplate/phptemplate.engine =================================================================== RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v retrieving revision 1.8 diff -u -r1.8 phptemplate.engine --- themes/engines/phptemplate/phptemplate.engine 25 Jul 2005 06:59:37 -0000 1.8 +++ themes/engines/phptemplate/phptemplate.engine 29 Jul 2005 17:05:32 -0000 @@ -109,8 +109,9 @@ * into a pluggable template engine. */ function phptemplate_page($content) { + global $theme; + /* Set title and breadcrumb to declared values */ - if ($_GET['q'] == variable_get('site_frontpage', 'node')) { $mission = theme_get_setting('mission'); $frontpage = true; @@ -180,7 +181,8 @@ 'content' => '' . $content . '', 'sidebar_right' => $sidebar_right, 'footer_message' => variable_get('site_footer', FALSE), - 'closure' => theme('closure') + 'closure' => theme('closure'), + 'theme' => $theme ); if ((arg(0) == 'node') && is_int(arg(1))) { $variables['node'] = node_load(arg(1));