You are here

function styleguide_perm in Style Guide 6

Implements hook_permission().

File

./styleguide.module, line 65

Code

function styleguide_perm() {
  return array(
    'view style guides',
  );
}