You are here

function comment_CrumbsMonoPlugin_skip::findTitle__comment_x in Crumbs, the Breadcrumbs suite 7.2

Same name and namespace in other branches
  1. 7 plugins/crumbs.comment.inc \comment_CrumbsMonoPlugin_skip::findTitle__comment_x()

The default title for comment/% is "Comment permalink", so not very useful to have in the breadcrumb.

Parameters

string $path:

array $item:

Return value

false A value of FALSE indicates that the breadcrumb item should be skipped.

File

plugins/crumbs.comment.inc, line 87

Class

comment_CrumbsMonoPlugin_skip

Code

function findTitle__comment_x($path, $item) {
  return FALSE;
}