You are here

function fc_theme in Field Complete 7

Implements hook_theme().

File

./fc.module, line 62
Field Complete - Provides field-based completeness for any entity.

Code

function fc_theme() {
  module_load_include('registry.inc', 'fc');
  return _fc_theme();
}