Index: theme.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/theme.inc,v retrieving revision 1.355 diff -u -F^f -r1.355 theme.inc --- theme.inc 6 May 2007 05:47:51 -0000 1.355 +++ theme.inc 7 May 2007 21:27:12 -0000 @@ -1484,7 +1484,7 @@ function template_preprocess_page(&$vari } // Construct page title - if (drupal_get_title()) { + if (drupal_get_title() != '') { $head_title = array(strip_tags(drupal_get_title()), variable_get('site_name', 'Drupal')); } else { Index: page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v retrieving revision 1.7 diff -u -F^f -r1.7 page.tpl.php --- page.tpl.php 4 May 2007 09:41:37 -0000 1.7 +++ page.tpl.php 7 May 2007 21:35:37 -0000 @@ -65,7 +65,7 @@ '. $mission .''; endif; ?> '; endif; ?> - '. $title .''; endif; ?> + '. $title .''; endif; ?> '; endif; ?>