function styleswitcher_perm in Style Switcher 6.2
Implements hook_perm().
File
- ./
styleswitcher.module, line 150 - Module's hooks implementations and helper functions.
Code
function styleswitcher_perm() {
return array(
'administer styleswitcher',
);
}