You are here

function sharethis_perm in ShareThis 5

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

Implementation of hook_perm().

File

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

Code

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