- Patch #830820 by Jacine: themes can alter CSS.

merge-requests/26/head
Dries Buytaert 2010-06-25 18:56:11 +00:00
parent cd3d945f58
commit 242c47de38
1 changed files with 1 additions and 1 deletions

View File

@ -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.