constant CSS_THEME

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

2 uses of CSS_THEME
seven_preprocess_html in drupal/core/themes/seven/template.php
Implements hook_preprocess_HOOK() for html.tpl.php.
_drupal_theme_initialize in drupal/core/includes/theme.inc
Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present.

File

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

Code

const CSS_THEME = 100;