You are here

function smileys_perm in Smileys 5

Same name and namespace in other branches
  1. 6 smileys.module \smileys_perm()

Implementation of hook_perm().

File

./smileys.module, line 17

Code

function smileys_perm() {
  return array(
    'administer smileys',
    'use smiley select box',
  );
}