system_perm

Definition

system_perm()
system/system.module, line 48

Description

Implementation of hook_perm().

Code

<?php
function system_perm() {
  return array('administer site configuration', 'access administration pages', 'select different theme');
}
?>