function views_tabset::add_extra

Add text to the 'extra' region of the tabset.

File

includes/tabs.inc, line 92

Class

views_tabset
Contain a set of tabs as well as the ability to render them.

Code

function add_extra($text) {
    $this->extra .= $text;
}