You are here

function context_contrib_context_reaction in Context 6

Implementation of hook_context_reaction().

File

context_contrib/context_contrib.module, line 57

Code

function context_contrib_context_reaction($context) {
  if (module_exists('css_injector')) {
    _context_contrib_css_injector_response($context);
  }
}