You are here

function rotor_perm in Rotor Banner 5.7

Same name and namespace in other branches
  1. 5 rotor.module \rotor_perm()
  2. 6.2 rotor.module \rotor_perm()
  3. 6 rotor.module \rotor_perm()
  4. 7 rotor.module \rotor_perm()

Perm hook

File

./rotor.module, line 31
A rotor banner consists in a set of images that will be changing. This module is made using jquery.

Code

function rotor_perm() {
  return array(
    'administer rotor',
  );
}