function splashify_perm in Splashify 6
Implements hook_perm().
File
- ./
splashify.module, line 78
Code
function splashify_perm() {
return array(
'access splashify admin',
);
}
Implements hook_perm().
function splashify_perm() {
return array(
'access splashify admin',
);
}