You are here

function book_made_simple_perm in Book made simple 6.3

File

./book_made_simple.module, line 26

Code

function book_made_simple_perm() {
  return array(
    'show book reorder tab',
    'show core Outline tab',
    'show core Outline form element',
    'administer books',
  );
}