You are here

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

Return value

bool

See also

crumbs_CurrentPageInfo::$trailingSeparator

File

lib/CurrentPageInfo.php, line 172

Class

crumbs_CurrentPageInfo
Creates various data related to the current page.

Code

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