function site_map_perm in Site map 6
Same name and namespace in other branches
- 5 site_map.module \site_map_perm()
- 6.2 site_map.module \site_map_perm()
Implements hook_perm().
File
- ./
site_map.module, line 23 - Original author: Nic Ivy Now maintained by by Fredrik Jonsson fredrik at combonet dot se
Code
function site_map_perm() {
return array(
'access site map',
);
}