Home
last modified time | relevance | path

Searched refs:tpl_button (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dtemplate.php547 function tpl_button($type, $return = false)
693 * Wrapper around tpl_button() and tpl_actionlink()
714 $out .= tpl_button($type, true);
485 function tpl_button($type, $return = false) { global() function