You are here

function backstretch_permission in Backstretch 7

Implements hook_permission().

File

./backstretch.module, line 137

Code

function backstretch_permission() {
  return array(
    'administer backstretch' => array(
      'title' => t('Administer backstretch'),
      'description' => t('Administer the backstretch background image.'),
    ),
  );
}