You are here

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

Determine if we want to show the breadcrumb item for the current page.

Return value

bool

See also

crumbs_CurrentPageInfo::$showCurrentPage

File

lib/CurrentPageInfo.php, line 163

Class

crumbs_CurrentPageInfo
Creates various data related to the current page.

Code

protected function showCurrentPage() {
  return variable_get('crumbs_show_current_page', FALSE) & ~CRUMBS_TRAILING_SEPARATOR;
}