Returns a string containing the path relative to the current index.
function menu_tail_to_arg($arg, $map, $index) { return implode('/', array_slice($map, $index)); }