function themekey_perm in ThemeKey 6
Same name and namespace in other branches
- 6.4 themekey.module \themekey_perm()
- 6.2 themekey.module \themekey_perm()
- 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',
);
}