You are here

function bg_image_perm in Background Images 6

Implements hook_permission().

File

./bg_image.module, line 37
Allows for customizable background images per page

Code

function bg_image_perm() {
  return array(
    'administer background image',
  );
}