You are here

function calendar_block_list in Calendar 7.2

Same name and namespace in other branches
  1. 7 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;
}