You are here

constant ADVAGG_MOD_CSS_DEFER_ADMIN in Advanced CSS/JS Aggregation 7.2

Default value to use JavaScript to defer CSS loading in the admin theme.

Related topics

3 uses of ADVAGG_MOD_CSS_DEFER_ADMIN
advagg_mod_admin_settings_form in advagg_mod/advagg_mod.admin.inc
Form builder; Configure advagg settings.
advagg_mod_advagg_modify_css_pre_render_alter in advagg_mod/advagg_mod.module
Implements hook_advagg_modify_css_pre_render_alter().
_advagg_mod_pre_render_styles in advagg_mod/advagg_mod.module
A #pre_render callback to inline all CSS on this page.

File

advagg_mod/advagg_mod.module, line 86
Advanced aggregation modifier module.

Code

define('ADVAGG_MOD_CSS_DEFER_ADMIN', FALSE);