You are here

protected function _taxonomy_CrumbsMultiPlugin_termReference::_getPath_node in Crumbs, the Breadcrumbs suite 7

File

plugins/crumbs.taxonomy.inc, line 88

Class

_taxonomy_CrumbsMultiPlugin_termReference

Code

protected function _getPath_node($nid) {
  return 'node/' . $nid;
}