You are here

function _og_CrumbsPlugin__groups_overview::findParent__node_x in Crumbs, the Breadcrumbs suite 6.2

File

plugins/crumbs.og.inc, line 42

Class

_og_CrumbsPlugin__groups_overview

Code

function findParent__node_x($path, $item) {
  $node = $item['map'][1];
  if (isset($node->og_selective)) {
    return array(
      $node->type => 'og',
    );
  }
}