You are here

function fc_progress_block_info in Field Complete 7

Implements hook_block_info().

File

fc_progress/fc_progress.module, line 19
Field Complete Progress - Provides blocks to display a progress bar of Field completion.

Code

function fc_progress_block_info() {
  module_load_include('registry.inc', 'fc_progress');
  return _fc_progress_block_info();
}