You are here

function crumbs_perm in Crumbs, the Breadcrumbs suite 6.2

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

File

./crumbs.module, line 9

Code

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