You are here

function scrolltext_perm in ScrollText 6

Same name and namespace in other branches
  1. 5 scrolltext.module \scrolltext_perm()

Implementation of hook_perm

File

./scrolltext.module, line 23
This module used for scrolling text from node title

Code

function scrolltext_perm() {
  return array(
    'access scrolltext',
    'administer scrolltext',
  );
}