function zenophile_perm in Zenophile 6.2
Same name and namespace in other branches
- 6 zenophile.module \zenophile_perm()
Implementation of hook_perm().
File
- ./
zenophile.module, line 40 - Creates Zen subthemes quickly and easily.
Code
function zenophile_perm() {
return array(
'create zen theme with zenophile',
);
}