about_this_node_perm

Definition

about_this_node_perm()
about_this_node/about_this_node.module, line 33

Description

Implementation of hook_perm()

Code

<?php
function about_this_node_perm() {
  return array('administer about this node', 'view about this node block');
}
?>