constant CSS_THEME

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

4 uses of CSS_THEME
bartik_preprocess_html in drupal/themes/bartik/template.php
Add body classes if certain regions have content.
garland_preprocess_html in drupal/themes/garland/template.php
Override or insert variables into the html template.
seven_preprocess_html in drupal/themes/seven/template.php
Override or insert variables into the html template.
_drupal_theme_initialize in drupal/includes/theme.inc
Initializes the theme system given already loaded information.

File

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

Code

define('CSS_THEME', 100);