function views_crosstab_theme in Views Crosstab 6
Same name and namespace in other branches
- 7 views_crosstab.module \views_crosstab_theme()
Implementation of hook_theme.
File
- ./
views_crosstab.module, line 48
Code
function views_crosstab_theme() {
return array(
'views_crosstab_ui_table' => array(
'arguments' => array(
'form' => NULL,
),
'file' => 'theme.inc',
),
);
}