You are here

function _crumbs_CrumbsPlugin__home_title::define in Crumbs, the Breadcrumbs suite 6

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

File

plugins/crumbs.crumbs.inc, line 18

Class

_crumbs_CrumbsPlugin__home_title

Code

function define($h) {
  return $h
    ->setTitle(t('Set "Home" as the title for the root item.'));
}