- Patch #830820 by Jacine: themes can alter CSS.
parent
cd3d945f58
commit
242c47de38
|
@ -2758,7 +2758,7 @@ function drupal_get_css($css = NULL) {
|
|||
$css = drupal_add_css();
|
||||
}
|
||||
|
||||
// Allow modules to alter the CSS items.
|
||||
// Allow modules and themes to alter the CSS items.
|
||||
drupal_alter('css', $css);
|
||||
|
||||
// Sort CSS items according to their weights.
|
||||
|
|
Loading…
Reference in New Issue