| 5 block.module | block_perm() |
| 6 block.module | block_perm() |
Implementation of hook_perm().
File
- modules/
block/ block.module, line 111 - Controls the boxes that are displayed around the main content.
Code
function block_perm() {
return array('administer blocks', 'use PHP for block visibility');
}
Login or register to post comments