Index: themes/engines/phptemplate/phptemplate.engine =================================================================== RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v retrieving revision 1.8 diff -u -r1.8 phptemplate.engine --- themes/engines/phptemplate/phptemplate.engine 25 Jul 2005 06:59:37 -0000 1.8 +++ themes/engines/phptemplate/phptemplate.engine 29 Jul 2005 17:41:08 -0000 @@ -156,7 +156,6 @@ $variables = array( 'head_title' => implode(' | ', $head_title), 'language' => $GLOBALS['locale'], - 'site' => variable_get('site_name', 'drupal'), 'head' => drupal_get_html_head(), 'onload_attributes' => theme('onload_attribute'), 'logo' => theme_get_setting('logo'),