function views_tab::render

Generate HTML output for a tab.

File

includes/tabs.inc, line 158

Class

views_tab
An object to represent an individual tab within a tabset.

Code

function render() {
    return theme('views_tab', $this->body);
}