function pagestyle_premission in Page Style 7
Implement hook_permission().
File
- ./
pagestyle.module, line 17 - Display a style changer on the page and in the browser menu for a better web accessibility.
Code
function pagestyle_premission() {
return array(
'administer pagestyle',
'access pagestyle content',
);
}