jquery update settings page and select a CDN instead of using this module.', array( '@settings' => url('admin/config/development/jquery_update', array( 'fragment' => 'edit-jquery-update-jquery-cdn', )), )); } else { $jquery_description = $t('The jquery update module is already configured to use the external CDN "@cdn".', array('@cdn' => $jquery_cdn)); } $requirements['advagg_css_cdn_jquery_update'] = array( 'title' => $t('Adv CSS CDN - jquery update'), 'severity' => REQUIREMENT_WARNING, 'value' => $t('Duplicate Functionality: Use jquery update instead of the advagg_css_cdn sub module.'), 'description' => $jquery_description . ' ' . $t('You should go to the modules page and disable the "AdvAgg CDN CSS" module.', array( '@modules' => url('admin/modules', array( 'fragment' => 'edit-modules-advanced-cssjs-aggregation', )), )), ); } if (empty($requirements)) { $requirements['advagg_css_cdn'] = array( 'title' => $t('Adv CSS CDN'), 'severity' => REQUIREMENT_OK, 'value' => $t('OK'), 'description' => $t('jQuery UI CSS should be coming from a CDN.'), ); } return $requirements; } /** * @} End of "addtogroup hooks". */