| 5 path.module | path_admin() |
Menu callback; presents an overview of all URL aliases.
1 string reference to 'path_admin'
File
- modules/
path/ path.module, line 70 - Enables users to rename URLs.
Code
function path_admin() {
return path_overview();
}
Login or register to post comments