Index: themes/bluemarine/page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/bluemarine/page.tpl.php,v retrieving revision 1.20 diff -u -p -r1.20 page.tpl.php --- themes/bluemarine/page.tpl.php 30 Aug 2006 07:37:13 -0000 1.20 +++ themes/bluemarine/page.tpl.php 11 Apr 2007 20:34:34 -0000 @@ -1,5 +1,5 @@ - + <?php print $head_title ?> Index: themes/chameleon/chameleon.theme =================================================================== RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.theme,v retrieving revision 1.60 diff -u -p -r1.60 chameleon.theme --- themes/chameleon/chameleon.theme 6 Apr 2007 13:27:23 -0000 1.60 +++ themes/chameleon/chameleon.theme 11 Apr 2007 20:41:51 -0000 @@ -39,7 +39,7 @@ function chameleon_regions() { } function chameleon_page($content, $show_blocks = TRUE) { - $language = isset($GLOBALS['language']) ? $GLOBALS['language'] : NULL; + $language = isset($GLOBALS['language']) ? $GLOBALS['language']->language : NULL; if (theme_get_setting('toggle_favicon')) { drupal_set_html_head(''); Index: themes/pushbutton/page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/pushbutton/page.tpl.php,v retrieving revision 1.16 diff -u -p -r1.16 page.tpl.php --- themes/pushbutton/page.tpl.php 30 Aug 2006 07:37:14 -0000 1.16 +++ themes/pushbutton/page.tpl.php 11 Apr 2007 20:35:15 -0000 @@ -1,5 +1,5 @@ - + <?php print $head_title ?>