Index: themes/bluemarine/page.tpl.php =================================================================== --- themes/bluemarine/page.tpl.php (revision 5734) +++ themes/bluemarine/page.tpl.php (working copy) @@ -13,8 +13,11 @@ Index: themes/engines/phptemplate/phptemplate.engine =================================================================== --- themes/engines/phptemplate/phptemplate.engine (revision 5734) +++ themes/engines/phptemplate/phptemplate.engine (working copy) @@ -140,6 +140,7 @@ * into a pluggable template engine. */ function phptemplate_page($content) { + global $base_url_path; /* Set title and breadcrumb to declared values */ if ($_GET['q'] == variable_get('site_frontpage', 'node')) { @@ -185,6 +186,7 @@ } $variables = array( + 'base_url_path' => $base_url_path, 'breadcrumb' => theme('breadcrumb', drupal_get_breadcrumb()), 'closure' => theme('closure'), 'content' => '' . $content . '', Index: themes/pushbutton/page.tpl.php =================================================================== --- themes/pushbutton/page.tpl.php (revision 5734) +++ themes/pushbutton/page.tpl.php (working copy) @@ -16,7 +16,7 @@ @@ -24,7 +24,7 @@