You are here

function theme_views_tab in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 includes/tabs.inc \theme_views_tab()

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;
}