Searched refs:html_wikilink (Results 1 - 10 of 10) sorted by relevance
/dokuwiki/inc/Ui/ |
H A D | Backlinks.php | 37 print html_wikilink(':'.$blink,useHeading('navigation') ? null : $blink);
|
H A D | Index.php | 96 $html .= html_wikilink(':'.$item['id'], useHeading('navigation') ? null : noNS($item['id']));
|
H A D | Search.php | 477 $createQueryPageLink = html_wikilink($queryPagename . '?do=edit', $queryPagename); 536 $link = html_wikilink(':' . $id, $name); 577 $resultLink = html_wikilink(':' . $id, null, $highlight);
|
H A D | Recent.php | 262 $html = html_wikilink(':'.$id, (useHeading('navigation') ? null : $id));
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | detail.php | 65 echo '<dd>'.html_wikilink($path).'</dd>';
|
/dokuwiki/lib/plugins/revert/ |
H A D | admin.php | 170 echo html_wikilink(':'.$recent['id'], (useHeading('navigation'))?null:$recent['id']);
|
/dokuwiki/inc/ |
H A D | Ajax.php | 71 echo '<li>' . html_wikilink(':' . $id, $name) . '</li>';
|
H A D | html.php | 28 function html_wikilink($id, $name = null, $search = '') { function
|
H A D | template.php | 433 * Wrapper around html_wikilink 443 $out = '<bdi>'.html_wikilink($id, $name).'</bdi>';
|
H A D | media.php | 1218 echo '<dd>'.html_wikilink($path).'</dd>';
|
Completed in 31 milliseconds