You are here

function _crumbs_CrumbsPlugin__home_title::findTitle in Crumbs, the Breadcrumbs suite 6.2

Same name and namespace in other branches
  1. 6 plugins/crumbs.crumbs.inc \_crumbs_CrumbsPlugin__home_title::findTitle()

File

plugins/crumbs.crumbs.inc, line 28

Class

_crumbs_CrumbsPlugin__home_title

Code

function findTitle($path, array $item) {
  if ($path === $this->_front_normal_path) {
    return t('Home');
  }
}