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