function galleria_perm in Galleria 6
Implementation of hook_perm().
File
- ./
galleria.module, line 121 - Turns a node into a Galleria image gallery.
Code
function galleria_perm() {
return array(
'administer galleria',
);
}
Implementation of hook_perm().
function galleria_perm() {
return array(
'administer galleria',
);
}