You are here

function delta_perm in Delta 6

Same name and namespace in other branches
  1. 7 delta.module \delta_perm()

Implementation of hook_perm().

See also

http://api.drupal.org/api/function/hook_perm/6

File

./delta.module, line 50
The Delta Theme API is an advanced manipulation of the Theme Settings API to allow for customization/configuration of theme settings based on node types, context, or groups of paths.

Code

function delta_perm() {
  return array(
    'configure delta theme api',
  );
}