- Patch #127891 by dvessel: layout variabe may end up not getting set.

6.x
Dries Buytaert 2007-03-25 19:18:12 +00:00
parent f37abe6074
commit 01cd96dc27
1 changed files with 2 additions and 6 deletions

View File

@ -159,9 +159,8 @@ function phptemplate_page($content, $show_blocks = TRUE) {
drupal_set_html_head('<link rel="shortcut icon" href="'. check_url(theme_get_setting('favicon')) .'" type="image/x-icon" />'); drupal_set_html_head('<link rel="shortcut icon" href="'. check_url(theme_get_setting('favicon')) .'" type="image/x-icon" />');
} }
/** // Populate sidebars
* Populate sidebars. $layout = 'none';
*/
if ($show_blocks) { if ($show_blocks) {
global $sidebar_indicator; global $sidebar_indicator;
/** /**
@ -180,9 +179,6 @@ function phptemplate_page($content, $show_blocks = TRUE) {
} }
$sidebar_indicator = NULL; $sidebar_indicator = NULL;
} }
else {
$layout = 'none';
}
// Construct page title // Construct page title
if (drupal_get_title()) { if (drupal_get_title()) {