You are here

function crazyegg_perm in Crazy Egg Integration 6

Implements hook_permission().

File

./crazyegg.module, line 6

Code

function crazyegg_perm() {
  return array(
    'administer crazy egg',
  );
}