From 36d44fbfb07e4682f219368e1424c58fc61315a1 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 22 Oct 2006 08:28:47 +0000 Subject: #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc --- 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 086bf2128..d6d5138f4 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 2e8027a58..b6504d06a 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -186,7 +186,7 @@ function phptemplate_page($content, $show_blocks = TRUE) { // Construct page title if (drupal_get_title()) { - $head_title = array(strip_tags(drupal_get_title()), variable_get('site_name', 'drupal')); + $head_title = array(strip_tags(drupal_get_title()), variable_get('site_name', 'Drupal')); } else { $head_title = array(variable_get('site_name', 'drupal')); -- cgit v1.2.3