protected function crumbs_CurrentPageInfo::showFrontPage in Crumbs, the Breadcrumbs suite 7.2
Determine if we want to show the breadcrumb item for the front page.
Return value
bool
See also
crumbs_CurrentPageInfo::$showFrontPage
File
- lib/
CurrentPageInfo.php, line 183
Class
- crumbs_CurrentPageInfo
- Creates various data related to the current page.
Code
protected function showFrontPage() {
return variable_get('crumbs_show_front_page', TRUE);
}