You are here

function context_omega_init in Context omega 7

Implements hook_init().

File

./context_omega.module, line 71
Main module file for the Omega context integration module.

Code

function context_omega_init() {
  if ($plugin = context_get_plugin('condition', 'sitewide')) {
    $plugin
      ->execute(TRUE);
  }
}