function path_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ path/ path.module, line 257 - Enables users to rename URLs.
Código
function path_perm() {
return array('create url aliases', 'administer url aliases');
}
Implementation of hook_perm().
function path_perm() {
return array('create url aliases', 'administer url aliases');
}