You are here

function borealis_sb_permission in Borealis 7.2

Same name and namespace in other branches
  1. 7 borealis_sb/borealis_sb.module \borealis_sb_permission()

Implements hook_permission

File

borealis_sb/borealis_sb.module, line 6

Code

function borealis_sb_permission() {
  return array(
    'administer block semantics' => array(
      'title' => t('Choose Block Semantics'),
      'description' => t('Set the semantics for a given block.'),
    ),
  );
}