You are here

function addthis_perm in AddThis 6.3

Same name and namespace in other branches
  1. 5.2 addthis.module \addthis_perm()
  2. 6.2 addthis.module \addthis_perm()

Implementation of hook_perm().

File

./addthis.module, line 58
Provides integration with the AddThis.com bookmarking & sharing service.

Code

function addthis_perm() {
  return array(
    'administer addthis',
  );
}