You are here

function theme_table__field_collection_table in Field Collection Table 7

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

File

theme/theme.inc, line 212

Code

function theme_table__field_collection_table($variables) {
  return theme('table', $variables);
}