You are here

function dynamic_background_panels_perm in Dynamic Background 6

Implementation of hook_perm().

File

modules/dynamic_background_panels/dynamic_background_panels.module, line 12

Code

function dynamic_background_panels_perm() {
  return array(
    'configure panels dynamic background',
  );
}