function closeblock_perm in Close Block 6
Implements hook_perm().
File
- ./
closeblock.module, line 23 - Add close button to blocks.
Code
function closeblock_perm() {
return array(
'closeblock',
);
}
Implements hook_perm().
function closeblock_perm() {
return array(
'closeblock',
);
}