I have used the menu_breadcrumb module as the basis for a module that produces a breadcrumb based on the current URL path. It works great on regular nodes, but on any pages that are rendered by the Views module, the breadcrumb cannot get the title of the page. The module's call to drupal_get_title()
returns an empty value.
I wouldn't be so surprised by this except that I have another Drupal site that does exactly the same thing, and it works correctly. The only difference is that this site is based on the Acquia Drupal distribution, and that it the other site where it works hasn't been updated in a while, so has older versions of both Drupal core and Views.
I read something about module weights, and tried setting the weight on my breadcrumb module to a really high value, but that didn't help.
Thanks for any ideas!