Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dtemplate.php502 function tpl_pagelink($id, $name = null, $return = false)
863 $out .= '<span class="home">' . tpl_pagelink(':' . $conf['start'], null, true) . '</span>';
873 $out .= $sep . tpl_pagelink($page, null, true);
892 $out .= tpl_pagelink($page, null, true);
442 function tpl_pagelink($id, $name = null, $return = false) { global() function