You are here

function resp_img_permission in Responsive images and styles 7.2

Implements hook_permission().

File

./resp_img.module, line 10

Code

function resp_img_permission() {
  return array(
    'administer responsive images and styles' => array(
      'title' => t('Administer Responsive Images and Styles'),
      'description' => t('Administer responsive images and styles'),
    ),
  );
}