You are here

function avatar_selection_perm in Avatar Selection 5

Same name and namespace in other branches
  1. 5.2 avatar_selection.module \avatar_selection_perm()
  2. 6 avatar_selection.module \avatar_selection_perm()

Implementation of hook_perm(). Define the permissions this module uses

File

./avatar_selection.module, line 28

Code

function avatar_selection_perm() {
  return array(
    'administer avatar selection',
    'access avatars',
  );
}