#72352 by quiptime, properly generate home link in breadcrumb.
parent
3fe2b1a326
commit
f9ecf1b212
|
@ -534,7 +534,7 @@ function menu_get_active_breadcrumb() {
|
|||
return array();
|
||||
}
|
||||
|
||||
$links[] = l(t('Home'), '<front>');
|
||||
$links[] = l(t('Home'), variable_get('site_frontpage', 'node'));
|
||||
|
||||
$trail = _menu_get_active_trail();
|
||||
foreach ($trail as $mid) {
|
||||
|
@ -1376,4 +1376,4 @@ function _menu_site_is_offline() {
|
|||
}
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue