Loading taxonomy_breadcrumb.inc +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ function _taxonomy_breadcrumb_generate_breadcrumb($tid, $is_term_page = FALSE) { $term = taxonomy_term_load($tid); // Generate the HOME breadcrumb. $home_text = variable_get('taxonomy_breadcrumb_home', t('Home')); $home_text = t(variable_get('taxonomy_breadcrumb_home', 'Home')); if ($home_text != '') { $breadcrumb[] = l($home_text, NULL); } Loading Loading
taxonomy_breadcrumb.inc +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ function _taxonomy_breadcrumb_generate_breadcrumb($tid, $is_term_page = FALSE) { $term = taxonomy_term_load($tid); // Generate the HOME breadcrumb. $home_text = variable_get('taxonomy_breadcrumb_home', t('Home')); $home_text = t(variable_get('taxonomy_breadcrumb_home', 'Home')); if ($home_text != '') { $breadcrumb[] = l($home_text, NULL); } Loading