function typekit_perm in Typekit 6
Implementation of hook_perm().
File
- ./
typekit.module, line 24 - Main module file for typekit module
Code
function typekit_perm() {
return array(
'administer typekit',
);
}
Implementation of hook_perm().
function typekit_perm() {
return array(
'administer typekit',
);
}