function theme_views_tab

2.x tabs.inc theme_views_tab($body)

Theme a simple tab.

1 theme call to theme_views_tab()
views_tab::render in includes/tabs.inc
Generate HTML output for a tab.

File

includes/tabs.inc, line 190
Classes and theme functions for rendering javascript UI tabs.

Code

function theme_views_tab($body) {
  return $body;
}