diff --git a/xmlsitemap_menu/xmlsitemap_menu.module b/xmlsitemap_menu/xmlsitemap_menu.module index 9b03b5b..ddac2a8 100644 --- a/xmlsitemap_menu/xmlsitemap_menu.module +++ b/xmlsitemap_menu/xmlsitemap_menu.module @@ -24,20 +24,21 @@ 'load hook' => NULL, 'view modes' => array(), 'translation' => array(), 'schema_fields_sql' => array( 'base table' => drupal_schema_fields_sql('menu_links'), ), 'xmlsitemap' => array( 'process callback' => 'xmlsitemap_menu_xmlsitemap_process_menu_links', ), 'bundle label' => t('Menu'), + 'token info' => 'xmlsitemap_menu', ); foreach (menu_get_menus() as $type => $name) { $info['menu_link']['bundles'][$type] = array( 'label' => $name, 'admin' => array( 'path' => 'admin/structure/menu/manage/%menu/edit', 'bundle argument' => 4, 'real path' => 'admin/structure/menu/manage/' . $type . '/edit', 'access arguments' => array('administer menus'),