- asHtmlLink();
} else {
echo (new \dokuwiki\Menu\Item\Login())->asHtmlButton();
}
} catch (\RuntimeException $ignored) {
// item not available
}
?>
'.$lang['loggedinas'].' '.userlink().'';
}?>
' . (new \dokuwiki\Menu\Item\Admin())->asHtmlLink() . '';
} catch(\RuntimeException $ignored) {
// item not available
}
try{
echo '- ' . (new \dokuwiki\Menu\Item\Register())->asHtmlLink() . '
';
} catch(\RuntimeException $ignored) {
// item not available
}
?>
tpl_getUserTasksIconHTML();
if ($icon) {
echo '- ' . $icon . '
';
}
}
?>