Home
last modified time | relevance | path

Searched refs:current_tab (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dhtml.php1000 * @param string $current_tab the current tab id
1003 function html_tabs($tabs, $current_tab = null)
1008 html_tab($tab['href'], $tab['caption'], $id === $current_tab);
957 html_tabs($tabs, $current_tab = null) global() argument