You are here

protected function crumbs_CurrentPageInfo::minTrailItems in Crumbs, the Breadcrumbs suite 7.2

If there are fewer trail items than this, we hide the breadcrumb.

Return value

int

See also

crumbs_CurrentPageInfo::$minTrailItems

File

lib/CurrentPageInfo.php, line 194

Class

crumbs_CurrentPageInfo
Creates various data related to the current page.

Code

protected function minTrailItems() {
  return variable_get('crumbs_minimum_trail_items', 2);
}