function vertical_tabs_config_theme in Vertical Tabs Config 7
Implements hook_theme().
File
- ./vertical_tabs_config.module, line 251 
- Vertical tabs config main file.
Code
function vertical_tabs_config_theme($existing, $type, $theme, $path) {
  $themes = array(
    'table_drag_components' => array(
      'render element' => 'element',
    ),
  );
  return $themes;
}