function calendar_block_list in Calendar 7
Same name and namespace in other branches
- 7.2 calendar.module \calendar_block_list()
implementation of hook_block_list()
File
- ./
calendar.module, line 143 - Adds calendar filtering and displays to Views.
Code
function calendar_block_list($delta = 0) {
$blocks[0]['info'] = t('Calendar Legend.');
return $blocks;
}