You are here

function alinks_perm in Alinks 6

Implementation of hook_perm().

File

./alinks.module, line 6

Code

function alinks_perm() {
  return array(
    'administer site configuration',
    'edit alinks',
  );
}