Hi,
What's the best way to change the 'home' text in the breadcrumb in both the Drupal 6 and 7 versions of this theme?
Thanks for any help.
Hi,
What's the best way to change the 'home' text in the breadcrumb in both the Drupal 6 and 7 versions of this theme?
Thanks for any help.
Comments
Comment #1
maximer commentedHi,
you can change the theme_breadcrumb() function in the template.php file to this:
=> It's the same function and modification in D7.
Comment #2
Jboo commentedThanks very much for your help, works perfectly, much appreciated.
Comment #3
maximer commentedYou're welcome ;)
Just saw your website http://www.bedsforhome.com/. Looks really clean!
Comment #4
Jboo commentedThanks! It's just undergone a redesign but there are some finishing touches I need to do, plus content redevelopment. I appreciate the feedback! Thanks again.
Comment #5
bhavikshah9 commented@maximar
Thanks a lot. Your comment has helped me very much.
Comment #6
supriyarajgopal commentedHello,
Including a single line of code in theme_breadcrumb() in template.php can help achieve custom link to 'Home' in the breadcrumb:
Hope this helps.