protected function _taxonomy_CrumbsMultiPlugin_termReference::_getPath_node in Crumbs, the Breadcrumbs suite 7
File
- plugins/
crumbs.taxonomy.inc, line 88
Class
Code
protected function _getPath_node($nid) {
return 'node/' . $nid;
}
protected function _getPath_node($nid) {
return 'node/' . $nid;
}