function block_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ block/ block.module, line 111 - Controls the boxes that are displayed around the main content.
Código
function block_perm() {
return array('administer blocks', 'use PHP for block visibility');
}