You are here

function piwik_perm in Piwik Web Analytics 6

Same name and namespace in other branches
  1. 5 piwik.module \piwik_perm()
  2. 6.2 piwik.module \piwik_perm()

File

./piwik.module, line 21
Drupal Module: Piwik Adds the required Javascript to the bottom of all your Drupal pages to allow tracking by the Piwik statistics package.

Code

function piwik_perm() {
  return array(
    'administer piwik',
    'opt-in or out of tracking',
    'use PHP for tracking visibility',
  );
}