You are here

function advagg_bundler_init in Advanced CSS/JS Aggregation 7.2

Implements hook_init().

File

advagg_bundler/advagg_bundler.module, line 91
Advanced aggregation bundler module.

Code

function advagg_bundler_init() {
  if (advagg_bundler_enabled()) {
    $GLOBALS['conf']['advagg_core_groups'] = FALSE;
  }
}