You are here

function views_crosstab_theme in Views Crosstab 7

Same name and namespace in other branches
  1. 6 views_crosstab.module \views_crosstab_theme()

Implements hook_theme().

File

./views_crosstab.module, line 21
views_crosstab module file

Code

function views_crosstab_theme() {
  return array(
    'views_crosstab_ui_table' => array(
      'render element' => 'form',
      'file' => 'theme.inc',
    ),
  );
}