You are here

function views_isotope_permission in Views Isotope (Deprecated) 7.2

Implements hook_permission().

File

./views_isotope.module, line 13
Load the isotope library and provide configuration and theme options.

Code

function views_isotope_permission() {
  return array(
    'administer isotope' => array(
      'title' => t('Administer Isotope Configuration'),
      'description' => t('Set configuration options for Isotope'),
    ),
  );
}