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