You are here

function context_breakpoint_init in Context Breakpoint 7

Implements hook_init().

File

./context_breakpoint.module, line 12
context_screenresolution.module Main module file.

Code

function context_breakpoint_init() {
  drupal_add_library('system', 'jquery.cookie');
  context_breakpoint_execute();
  if (_context_breakpoint_check_disable_cache()) {
    $GLOBALS['conf']['cache'] = FALSE;
  }
}