* menu_header setting no longer applicable in the same way -- blocks are no longer "empty" menus so to speak. However it may be appropriate to modify the module so that the "menu_name" column is added on each line. This would have the side effect of displaying "Navigation", "Primary Links", and "Secondary Links" as well.
* It may not be desirable to display this at all.
* Should I still continue to recurse via the "mlid" and "plid" method? After browsing the new menu_link and menu_router tables as well as documentation I haven't found a better way to get the menu tree. However Site_Map's implementation seems to use the drupal core's menu loading system (based off of mlids still?)
* Should I switch to using core functions?
* The downside of Site_Map is it displays 'system' links.
Comments
Comment #1
mradcliffeI removed menu_header setting.
It looks like I'll keep my way of doing things for now.