From 205f8ff01bbbbf010a5bee4734cc169e67d8d452 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sat, 25 Nov 2006 09:04:22 +0000 Subject: #97941 by webchick. Consistent defaults for 'site_name' variable. --- themes/chameleon/chameleon.theme | 2 +- themes/engines/phptemplate/phptemplate.engine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 12100e0bf..65e159ac8 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -35,7 +35,7 @@ function chameleon_page($content, $show_blocks = TRUE) { $output = "\n"; $output .= "\n"; $output .= "\n"; - $output .= " ". ($title ? strip_tags($title) ." | ". variable_get("site_name", "Drupal") : variable_get("site_name", "drupal") ." | ". variable_get("site_slogan", "")) ."\n"; + $output .= " ". ($title ? strip_tags($title) ." | ". variable_get("site_name", "Drupal") : variable_get("site_name", "Drupal") ." | ". variable_get("site_slogan", "")) ."\n"; $output .= drupal_get_html_head(); $output .= drupal_get_css(); $output .= drupal_get_js(); diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index b3d8843ef..823239633 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -189,7 +189,7 @@ function phptemplate_page($content, $show_blocks = TRUE) { $head_title = array(strip_tags(drupal_get_title()), variable_get('site_name', 'Drupal')); } else { - $head_title = array(variable_get('site_name', 'drupal')); + $head_title = array(variable_get('site_name', 'Drupal')); if (variable_get('site_slogan', '')) { $head_title[] = variable_get('site_slogan', ''); } -- cgit v1.2.3