You are here

function theme_table__multifield_table in Multifield table 7

Derivative of theme_table() solely for the HOOK_preprocess_table__PATTERN().

File

theme/theme.inc, line 206
Theme functions for the Mutifield Table module.

Code

function theme_table__multifield_table($variables) {
  return theme_table($variables);
}