function path_admin in Drupal 4
Same name and namespace in other branches
- 5 modules/path/path.module \path_admin()
Menu callback; presents an overview of all URL aliases.
1 string reference to 'path_admin'
- path_menu in modules/
path.module - Implementation of hook_menu().
File
- modules/
path.module, line 77 - Enables users to rename URLs.
Code
function path_admin() {
return path_overview();
}