Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dtemplate.php1596 * @param bool $imgonly skip the textual description?
1603 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true)
1620 if (!$imgonly) $out .= ' ';
1623 if (!$imgonly) {
1539 tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) global() argument