diff -u token-old/token_node.inc token/token_node.inc
--- token-old/token_node.inc	2009-05-14 18:09:15.000000000 +0200
+++ token/token_node.inc	2009-12-07 15:19:40.000000000 +0100
@@ -83,6 +83,11 @@
         }
 
         $values['menupath']            = implode('/', $trail);
+        $i = 0; 
+        foreach ($trail as $item){
+        	$values['menupath-'.$i]    = checkplain($item);
+        	$i++; 
+        }
         $values['menupath-raw']        = implode('/', $trail_raw);
         $values['menu']                = check_plain($menu);
         $values['menu-raw']            = $menu;
@@ -211,6 +216,7 @@
     $tokens['node']['menu']                = t("The name of the menu the node belongs to.");
     $tokens['node']['menu-raw']            = t("The name of the menu the node belongs to. WARNING - raw user input.");
     $tokens['node']['menupath']            = t("The menu path (as reflected in the breadcrumb), not including Home or [menu]. Separated by /.");
+    $tokens['node']['menupath-?']            = t("The menu item where ? is the position of item");
     $tokens['node']['menupath-raw']        = t("The unfiltered menu path (as reflected in the breadcrumb), not including Home or [menu]. Separated by /. WARNING - raw user input.");
     $tokens['node']['menu-link-title']     = t("The text used in the menu as link text for this item.");
     $tokens['node']['menu-link-title-raw'] = t("The unfiltered text used in the menu as link text for this item. WARNING - raw user input.");
Common subdirectories: token-old/translations and token/translations
