You are here

function views_secondary_row_theme in Views Secondary Row 7

Same name and namespace in other branches
  1. 8 views_secondary_row.module \views_secondary_row_theme()

Implements hook_theme().

File

./views_secondary_row.module, line 38

Code

function views_secondary_row_theme() {
  $theme_info = array(
    'views_secondary_row_style_plugin_table' => array(
      'render element' => 'form',
    ),
  );
  return $theme_info;
}