aboutsummaryrefslogtreecommitdiff
path: root/app/views/siteinfo/markup/userinfo.php
blob: 54a17a721cc9fb4098ecb60581bfebbd7f67ba8a (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>, E-Mail: <?= formatLinks($email)?>
<? endif ?>