You are here

class _comment_CrumbsPlugin__reply in Crumbs, the Breadcrumbs suite 6.2

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

Hierarchy

Expanded class hierarchy of _comment_CrumbsPlugin__reply

File

plugins/crumbs.comment.inc, line 15

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

}

Members