constant CSS_AGGREGATE_THEME

The default aggregation group for theme CSS files added to the page.

2 uses of CSS_AGGREGATE_THEME
seven_preprocess_html in drupal/core/themes/seven/seven.theme
Implements hook_preprocess_HOOK() for html.tpl.php.
_drupal_theme_initialize in drupal/core/includes/theme.inc
Initializes the theme system given already loaded information.

File

drupal/core/includes/common.inc, line 88
Common functions that many Drupal modules will need to reference.

Code

const CSS_AGGREGATE_THEME = 100;