You are here

function themekey_ui_perm in ThemeKey 6

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

Implementation of hook_perm().

File

./themekey_ui.module, line 17

Code

function themekey_ui_perm() {
  return array(
    'assign node themes',
  );
}