function themekey_ui_perm in ThemeKey 6.3
Same name and namespace in other branches
- 6.4 themekey_ui.module \themekey_ui_perm()
- 6 themekey_ui.module \themekey_ui_perm()
- 6.2 themekey_ui.module \themekey_ui_perm()
Implements hook_perm().
File
- ./
themekey_ui.module, line 154 - ThemeKey UI is an extension for ThemeKey
Code
function themekey_ui_perm() {
return array(
'assign node themes',
'assign path alias themes',
'assign theme to own nodes',
);
}