You are here

function dynamic_background_context_permission in Dynamic Background 7

Implementation of hook_permission().

File

modules/dynamic_background_context/dynamic_background_context.module, line 6

Code

function dynamic_background_context_permission() {
  return array(
    'configure context dynamic background' => array(
      'title' => t('Configure context dynamic background'),
    ),
  );
}