You are here

function themekey_ui_perm in ThemeKey 6.2

Same name and namespace in other branches
  1. 6.4 themekey_ui.module \themekey_ui_perm()
  2. 6 themekey_ui.module \themekey_ui_perm()
  3. 6.3 themekey_ui.module \themekey_ui_perm()

Implements hook_perm().

File

./themekey_ui.module, line 150
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',
  );
}