You are here

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

File

plugins/crumbs.crumbs.inc, line 20

Class

_crumbs_CrumbsPlugin__home_title

Code

function __construct() {
  $this->_front_normal_path = drupal_get_normal_path(variable_get('site_frontpage', 'node'));
}