menu_tail_to_arg

Versions
6 – 7
menu_tail_to_arg($arg, $map, $index)

Code

includes/menu.inc, line 616

<?php
function menu_tail_to_arg($arg, $map, $index) {
  return implode('/', array_slice($map, $index));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.