Files
Kanboard-Prod/app/Template/user/profile.php
Frederic Guillot 8f3e2b2e5c Helper refactoring
2016-03-04 20:10:34 -05:00

8 lines
377 B
PHP

<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>