You are here

function fc_incomplete_block_view in Field Complete 7

Implements hook_block_view().

File

fc_incomplete/fc_incomplete.module, line 19
Field Incomplete - Provides a block displaying of what's currently incomplete on an entity.

Code

function fc_incomplete_block_view($delta) {
  module_load_include('blocks.inc', 'fc_incomplete');
  return _fc_incomplete_block_view($delta);
}