function theme_views_tab in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 6.3 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;
}