You are here

function context_og_nodeapi in Context OG 6.2

Implementation of hook_nodeapi().

File

./context_og.module, line 117

Code

function context_og_nodeapi(&$node, $op, $teaser, $page) {
  if ($op == 'view' && $page && ($menu_ob = menu_get_object()) && $menu_ob->nid == $node->nid) {
    context_og_set_og_context();
  }
}