Hi there!

The breadcrumb title of the site map doesn't seem to change with the admin config (admin/config/search/sitemap), although the title of the page itself does.
It looks like the breadcrumb gets the title from Drupal's menu system, and the sitemap module doesn't change the value of the title on its hook_menu.

This patch creates a title callback for the hook_menu which checks for the variable and sets the title accordingly.

Please let me know if this is the best way of dealing with this issue.

Thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

julioneander’s picture

Assigned: julioneander » Unassigned
Status: Active » Needs review
FileSize
896 bytes

Here is the patch

meisterkaiser’s picture

had the same issue,
patch is working fine (after clearing caches)

darrell_ulm’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Appears this works for people. We need someone to integrate this into dev.

  • colan committed 8128f55 on 7.x-1.x authored by julioneander
    Issue #1986086 by julioneander: Set the page title if configured.
    
colan’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.