You are here

function _og_CrumbsPlugin__groups_overview::findParent__node__ in Crumbs, the Breadcrumbs suite 6

File

plugins/crumbs.og.inc, line 42

Class

_og_CrumbsPlugin__groups_overview

Code

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