Custom home link text
lonehorseend - November 4, 2008 - 03:01
| Project: | Menu Breadcrumb |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
I love this module. However, I also like to have my home link text not read "Home," but rather the name of the site or something else that I choose. I used to be able to use template.php to override this, but I think menu_bredcrumb overrode that. So I ended up doing a search and replace on the breadcrumb trail variable in my page.tpl. However, it would be so much easier if menu_breadcrumb offered the functionality.

#1
Menu Breadcrumb doesn't do any theming, so you can still override theme_breadcrumb in your theme.
#2
As Joachim says, you may implement this in your theme, and this functionality is outside the scope of this module.
See http://api.drupal.org/api/function/theme_breadcrumb/6