constant JS_THEME

The default group for theme JavaScript code added to the page.

2 uses of JS_THEME
JavaScriptTestCase::testDifferentGroup in drupal/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different group.
_drupal_theme_initialize in drupal/includes/theme.inc
Initializes the theme system given already loaded information.

File

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

Code

define('JS_THEME', 100);