The contact module does not have a breadcrumb like every other page. I think 'Home' would be an appropriate breadcrumb like most other pages have.

CommentFileSizeAuthor
#2 contact_9.patch575 bytesjax

Comments

killes@www.drop.org’s picture

true, please provide a patch.

jax’s picture

StatusFileSize
new575 bytes

This adds the breadcrumb to the contact module. But I think a better method would be to not execute the array_pop on the $links in menu.inc (line 477) when there is only one item in it and we're not on the main page.

This would generate a 'Home' breadcrumb for all the pages that do not set one. Even on the 'Page not found' page you would have a breadcrumb.

It's just a first impression and suggestion, I'm not that familiar with the code base.

Zen’s picture

Status: Active » Fixed

Fixed. Thanks.

-K

Anonymous’s picture

Status: Fixed » Closed (fixed)