summaryrefslogtreecommitdiff
path: root/app/Template/user/profile.php
blob: 80a633e33e463e726e450096b67c6b13f2ff744c (plain)
1
2
3
4
5
6
7
8
<section id="main">
    <br>
    <ul class="listing">
        <li><?= t('Username:') ?> <strong><?= $this->text->e($user['username']) ?></strong></li>
        <li><?= t('Name:') ?> <strong><?= $this->text->e($user['name']) ?: t('None') ?></strong></li>
        <li><?= t('Email:') ?> <strong><?= $this->text->e($user['email']) ?: t('None') ?></strong></li>
    </ul>
</section>