Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DBacklinks.php34 echo html_wikilink(':' . $blink, useHeading('navigation') ? null : $blink);
H A DIndex.php92 $html .= html_wikilink(':' . $item['id'], useHeading('navigation') ? null : noNS($item['id']));
H A DSearch.php458 $createQueryPageLink = html_wikilink($queryPagename . '?do=edit', $queryPagename);
515 $link = html_wikilink(':' . $id, $name);
556 $resultLink = html_wikilink(':' . $id, null, $highlight);
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php65 echo '<dd>' . html_wikilink($path) . '</dd>';
/dokuwiki/lib/plugins/revert/
H A Dadmin.php171 echo html_wikilink(':' . $recent['id'], (useHeading('navigation')) ? null : $recent['id']);
/dokuwiki/inc/
H A DAjax.php76 echo '<li>' . html_wikilink(':' . $id, $name) . '</li>';
H A Dhtml.php46 function html_wikilink($id, $name = null, $search = '')
43 function html_wikilink($id, $name = null, $search = '') { global() function
H A Dtemplate.php473 * Wrapper around html_wikilink
484 $out = '<bdi>' . html_wikilink($id, $name) . '</bdi>';
H A Dmedia.php1286 echo '<dd>' . html_wikilink($path) . '</dd>';