You are here

function context_condition_admin_theme_context_page_condition in Context Condition Admin Theme 7

Implements hook_context_page_reaction().

Adds context based on the browser keywords string.

File

./context_condition_admin_theme.module, line 55
Define plugin and activate.

Code

function context_condition_admin_theme_context_page_condition() {
  if ($plugin = context_get_plugin('condition', 'admin_theme')) {
    $plugin
      ->execute();
  }
}