function crumbs_CrumbsMonoPlugin_home_title::__construct in Crumbs, the Breadcrumbs suite 7
File
- plugins/
crumbs.crumbs.inc, line 17
Class
Code
function __construct() {
$this->frontNormalPath = drupal_get_normal_path(variable_get('site_frontpage', 'node'));
}