function 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

Code

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