Show profile link for @username mentions
This commit is contained in:
8
app/Template/user/profile.php
Normal file
8
app/Template/user/profile.php
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user