function smiley_perm in Smiley 6
Implementation of hook_perm().
File
- ./
smiley.module, line 17
Code
function smiley_perm() {
return array(
'administer smiley',
'use smiley select box',
);
}
Implementation of hook_perm().
function smiley_perm() {
return array(
'administer smiley',
'use smiley select box',
);
}