You are here

function backstretch_context_page_reaction in Backstretch 7.2

Implements hook_context_page_reaction().

File

./backstretch.context.inc, line 43
Contains context integration.

Code

function backstretch_context_page_reaction() {
  if ($plugin = context_get_plugin('reaction', 'backstretch')) {
    $plugin
      ->execute();
  }
}