Home
last modified time | relevance | path

Searched refs:tpl_actionlink (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php568 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false)
673 * Wrapper around tpl_button() and tpl_actionlink()
692 $out .= tpl_actionlink($type, $pre, $suf, $inner, true);
525 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) { global() function