summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-05 19:59:10 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-05 19:59:10 +0000
commitfacc581013f781bd7737d02700a5ffe2a253e5f3 (patch)
treea65b1bc47b368e420bb3238e75196acd5b471f88 /themes/garland
parent0614a78538bcc91f620abb38a0366d6ecee9eb06 (diff)
downloadbrdo-facc581013f781bd7737d02700a5ffe2a253e5f3.tar.gz
brdo-facc581013f781bd7737d02700a5ffe2a253e5f3.tar.bz2
- Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: optimize JS/CSS aggregation for front-end performance and DX.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/template.php2
1 files changed, 1 insertions, 1 deletions
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));
}
/**