function nodewords_basic_perm in Nodewords: D6 Meta Tags 6
Implements hook_perm().
File
- nodewords_basic/
nodewords_basic.module, line 203 - Define basic meta tags for Drupal pages.
Code
function nodewords_basic_perm() {
return array(
'edit meta tag PAGE TITLE',
'edit meta tag ABSTRACT',
'edit canonical URL meta tag',
'edit meta tag RIGHTS',
'edit meta tag DESCRIPTION',
'edit meta tag KEYWORDS',
'edit meta tag REVISIT-AFTER',
'edit meta tag ROBOTS',
'edit meta tag AUTHOR',
);
}