You are here

function dynamic_background_user_perm in Dynamic Background 6

Implementation of hook_perm().

File

modules/dynamic_background_user/dynamic_background_user.module, line 13
This module provides user with the option to select a dynamic background image for each user.

Code

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