From facc581013f781bd7737d02700a5ffe2a253e5f3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Oct 2010 19:59:10 +0000 Subject: - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: optimize JS/CSS aggregation for front-end performance and DX. --- themes/garland/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/garland') diff --git a/themes/garland/template.php b/themes/garland/template.php index ecd14a47e..020eb5f8d 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -42,7 +42,7 @@ function garland_preprocess_html(&$vars) { $vars['classes_array'][] = 'fluid-width'; } // Add conditional CSS for IE6. - drupal_add_css(path_to_theme() . '/fix-ie.css', array('weight' => CSS_THEME, 'browsers' => array('IE' => 'lt IE 7', '!IE' => FALSE))); + drupal_add_css(path_to_theme() . '/fix-ie.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'lt IE 7', '!IE' => FALSE), 'preprocess' => FALSE)); } /** -- cgit v1.2.3