You are here

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

Determine separator string, e.g. ' » ' or ' > '.

Return value

bool

See also

crumbs_CurrentPageInfo::$separatorSpan

File

lib/CurrentPageInfo.php, line 216

Class

crumbs_CurrentPageInfo
Creates various data related to the current page.

Code

protected function separatorSpan() {
  return (bool) variable_get('crumbs_separator_span', FALSE);
}