You are here

function site_map_perm in Site map 6

Same name and namespace in other branches
  1. 5 site_map.module \site_map_perm()
  2. 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',
  );
}