You are here

function blockify_perm in Blockify 6

Implements hook_perm().

File

./blockify.module, line 38
Exposes a number of core Drupal elements as blocks.

Code

function blockify_perm() {
  return array(
    'administer blockify',
  );
}