You are here

function _comment_CrumbsPlugin__reply::findParent__comment_reply_x in Crumbs, the Breadcrumbs suite 6.2

File

plugins/crumbs.comment.inc, line 17

Class

_comment_CrumbsPlugin__reply
Note: A findTitle() method is not necessary, the title defined in comment_menu() is sufficient.

Code

function findParent__comment_reply_x($path, $item) {
  $nid = $item['fragments'][2];
  return 'node/' . $nid;
}