You are here

function responsive_background_permission in Responsive Background Images 7

Implements hook_perm().

File

./responsive_background.module, line 74

Code

function responsive_background_permission() {
  return array(
    'administer responsive_background' => array(
      'title' => t('Administer Background Images'),
      'description' => t('Perform administration tasks for Responsive Background Images.'),
    ),
  );
}