You are here

function menu_tail_to_arg in Drupal 6

Same name and namespace in other branches
  1. 7 includes/menu.inc \menu_tail_to_arg()

Related topics

File

includes/menu.inc, line 619
API for the Drupal menu system.

Code

function menu_tail_to_arg($arg, $map, $index) {
  return implode('/', array_slice($map, $index));
}