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',
);
}
Implementation of hook_perm().
function sharedblocks_perm() {
return array(
'publish blocks',
'subscribe to blocks',
);
}