I've think I've found a problem.
The default page title on the 'Node Locations' page (map/node) can be altered by editing the Menu title, on the Navigation Menu under Administer - Site Building - Menus.
BUT, if you move that menu item to the Primary Links, then the page title reverts to 'Node Locations'
Using the Garland theme if that has any bearing.
Great module tho! Thanks
Comments
Comment #1
bdragon commentedThis is a limitation of the drupal menu system. You can work around this by using hook_menu_alter() in a customization module, however.
Comment #2
eiland commented...or just add a new menu item to your Primary links to map/node