You are here

function fusion_labels_permission in Fusion Accelerator 7.2

Same name and namespace in other branches
  1. 7.3 fusion_labels/fusion_labels.module \fusion_labels_permission()

Implements hook_permission().

File

fusion_labels/fusion_labels.module, line 6

Code

function fusion_labels_permission() {
  return array(
    'administer fusion labels' => array(
      'title' => t('Toggle grid overlay and labels'),
    ),
  );
}