function themekey_perm in ThemeKey 6.2
Same name and namespace in other branches
- 6.4 themekey.module \themekey_perm()
- 6 themekey.module \themekey_perm()
- 6.3 themekey.module \themekey_perm()
Implements hook_perm().
File
- ./
themekey.module, line 43 - ThemeKey is meant to be a generic theme switching module.
Code
function themekey_perm() {
return array(
'administer theme assignments',
'administer themekey settings',
);
}