You are here

function sharethis_perm in ShareThis 6

Same name and namespace in other branches
  1. 5 sharethis.module \sharethis_perm()

Implementation of hook_perm().

File

./sharethis.module, line 25
Provides the ShareThis service.

Code

function sharethis_perm() {
  return array(
    'administer share',
    'use share this',
  );
}