You are here

function styles_perm in Styles 6.2

Implementation of hook_perm().

File

./styles.module, line 436
styles.module Styles

Code

function styles_perm() {
  return array(
    'administer styles',
  );
}