function dynamic_background_context_perm in Dynamic Background 6
Implementation of hook_perm().
File
- modules/
dynamic_background_context/ dynamic_background_context.module, line 6
Code
function dynamic_background_context_perm() {
return array(
'configure context dynamic background',
);
}