You are here

function responsive_favicons_permission in Responsive Favicons 7

Implements hook_permission().

File

./responsive_favicons.module, line 46
Responsive favicons module file.

Code

function responsive_favicons_permission() {
  return array(
    'administer responsive favicons' => array(
      'title' => t('Administer responsive favicons'),
    ),
  );
}