You are here

function rotor_access in Rotor Banner 5.7

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

Access hook

File

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

Code

function rotor_access($op, $node) {
  return user_access('administer rotor');
}