constant CSS_DEFAULT in Drupal 7
The default group for module CSS files added to the page.
2 uses of CSS_DEFAULT
- AJAXFrameworkTestCase::testLazyLoad in modules/
simpletest/ tests/ ajax.test - Test that new JavaScript and CSS files added during an AJAX request are returned.
- drupal_add_css in includes/
common.inc - Adds a cascading stylesheet to the stylesheet queue.
File
- includes/
common.inc, line 65 - Common functions that many Drupal modules will need to reference.
Code
define('CSS_DEFAULT', 0);