function pagestyle_perm in Page Style 5
Same name and namespace in other branches
- 6 pagestyle.module \pagestyle_perm()
Implement hook_perm().
File
- ./
pagestyle.module, line 17 - Display a style changer on the page and in the browser menue for a better web accessibility.
Code
function pagestyle_perm() {
return array(
'administer pagestyle',
'access pagestyle content',
);
}