Index: phptemplate.engine
===================================================================
RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v
retrieving revision 1.54
diff -u -p -r1.54 phptemplate.engine
--- phptemplate.engine	30 Dec 2006 20:59:11 -0000	1.54
+++ phptemplate.engine	21 Mar 2007 17:00:56 -0000
@@ -162,6 +162,7 @@ function phptemplate_page($content, $sho
   /**
   * Populate sidebars.
   */
+  $layout = 'none';
   if ($show_blocks) {
     global $sidebar_indicator;
     /**
@@ -180,9 +181,6 @@ function phptemplate_page($content, $sho
     }
     $sidebar_indicator = NULL;
   }
-  else {
-   $layout = 'none';
-  }
 
   // Construct page title
   if (drupal_get_title()) {
