You are here

function sharedblocks_perm in Shared Blocks 6

Implementation of hook_perm().

File

./sharedblocks.module, line 68

Code

function sharedblocks_perm() {
  return array(
    'publish blocks',
    'subscribe to blocks',
  );
}