You are here

function quicktabs_field_collection_theme in QuickTabs Field Collection 7

Implements hook_theme().

File

./quicktabs_field_collection.module, line 369
Renders a field collection as QuickTabs.

Code

function quicktabs_field_collection_theme($existing, $type, $theme, $path) {
  return array(
    'field_collection_quicktabs_formatter_field_collection_quicktabs' => array(
      'variables' => array(
        'items' => NULL,
        'settings' => array(),
      ),
    ),
  );
}