You are here

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',
  );
}