You are here

function views_pivot_theme in Pivot Tables for Views 7

Implements hook_theme().

File

./views_pivot.module, line 15

Code

function views_pivot_theme() {
  return array(
    'views_ui_style_plugin_pivot' => array(
      'render element' => 'form',
      'file' => 'views_pivot.theme.inc',
    ),
  );
}