Home
last modified time | relevance | path

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

/template/sprintdoc/tpl/
H A Dnav-usertools-buttons.php19 echo '<li class="log">' . $item->asHtmlLink() . '</li>';
31 echo '<li class="admin">' . $item->asHtmlLink() . '</li>';
40 echo '<li class="register">' . $item->asHtmlLink() . '</li>';
/template/bulma/
H A Dtpl_functions.php281 $out .= $item->asHtmlLink('navbar-item ', false);
302 $out .= (new \dokuwiki\Menu\Item\Admin())->asHtmlLink('navbar-item ', false);
307 $out .= (new \dokuwiki\Menu\Item\Register())->asHtmlLink('navbar-item ', false);
312 $out .= (new \dokuwiki\Menu\Item\Login())->asHtmlLink('navbar-item ', false);
317 $out .= (new \dokuwiki\Menu\Item\Login())->asHtmlLink('navbar-item ', false);
/template/khum1/
H A Dmain.php117 …echo '<li class="current_page"><div class="toptab_current_page"></div>'.$item->asHtmlLink(false, t…
119 echo '<li><div class="toptab"></div>'.$item->asHtmlLink(false, true).'</li>';
175 echo '<li>'.$item->asHtmlLink(false, true).'</li>';
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php89 $html .= $item->asHtmlLink(false, $svg);
/template/icke/
H A Dcomponents.php41 echo (new dokuwiki\Menu\Item\Login())->asHtmlLink(null, false);
/template/material/
H A Dmain.php95 echo $action->asHtmlLink();
/template/notos/
H A DCustomController.php205 return (new Login())->asHtmlLink();
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php155 public function asHtmlLink($classprefix = 'menuitem ', $svg = true) { function in dokuwiki\\Menu\\Item\\AbstractItem