You are here

function themekey_perm in ThemeKey 6

Same name and namespace in other branches
  1. 6.4 themekey.module \themekey_perm()
  2. 6.2 themekey.module \themekey_perm()
  3. 6.3 themekey.module \themekey_perm()

Implementation of hook_perm().

File

./themekey.module, line 19

Code

function themekey_perm() {
  return array(
    'administer theme assignments',
    'administer themekey settings',
  );
}