function cumulus_block_configure in Cumulus 7
Same name and namespace in other branches
- 6 cumulus.module \cumulus_block_configure()
Implements hook_block_configure().
File
- ./
cumulus.module, line 84 - The brain of Cumulus.
Code
function cumulus_block_configure($delta = '') {
module_load_include('inc', 'cumulus', 'cumulus.admin');
return _cumulus_block_configure($delta);
}