You are here

function nodewords_perm in Nodewords: D6 Meta Tags 5

Same name and namespace in other branches
  1. 6.3 nodewords.module \nodewords_perm()
  2. 6 nodewords.module \nodewords_perm()
  3. 6.2 nodewords.module \nodewords_perm()

Implementation of hook_perm().

File

./nodewords.module, line 244
Assign META tags to nodes, vocabularies, terms and pages.

Code

function nodewords_perm() {
  return array(
    'administer meta tags',
    'edit meta tags',
  );
}