path_admin

Versions
4.6 – 5
path_admin()

Menu callback; presents an overview of all URL aliases.

Code

modules/path.module, line 96

<?php
function path_admin() {
  print theme('page', path_overview());
}
?>
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.