function seotools_perm in Drupal SEO Tools 6
Implementation of hook_perm().
File
- ./
seotools.module, line 155
Code
function seotools_perm() {
return array(
'admin seo tools',
'access seo tools',
);
}
Implementation of hook_perm().
function seotools_perm() {
return array(
'admin seo tools',
'access seo tools',
);
}