function domain_path_perm in Domain Path 6
Implements hook_perm().
File
- ./
domain_path.module, line 11 - Path alias handling for multiple domains.
Code
function domain_path_perm() {
return array(
'edit domain paths',
);
}
Implements hook_perm().
function domain_path_perm() {
return array(
'edit domain paths',
);
}