You are here

function crumbs_perm in Crumbs, the Breadcrumbs suite 6

Same name and namespace in other branches
  1. 6.2 crumbs.module \crumbs_perm()

File

./crumbs.module, line 20

Code

function crumbs_perm() {
  return array(
    'administer crumbs',
  );
}