aboutsummaryrefslogtreecommitdiff
path: root/app/views/siteinfo/markup/userlink.php
blob: 29275ed36955ed433eac8ecba7a9af70a697a1ab (plain)
1
2
3
4
5
6
7
8
9
10
<?
# Lifter010: TODO
?>
<? if ($error) : ?>
    <em><?= _("Nutzer nicht gefunden.") ?></em>
<? else : ?>
    <a href="<?= URLHelper::getLink('dispatch.php/profile',
                                     ['username' => $username])
              ?>"><?= htmlReady($fullname)?></a>
<? endif ?>