You are here

function dynamic_background_views_perm in Dynamic Background 6

Implementation of hook_perm().

File

modules/dynamic_background_views/dynamic_background_views.module, line 11
This module implements the views extension for dynamic background.

Code

function dynamic_background_views_perm() {
  return array(
    'dynamic background views configure',
    'user selection of background',
  );
}