Helper refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="sidebar">
|
||||
<h2><?= $this->e($user['name'] ?: $user['username']) ?></h2>
|
||||
<h2><?= $this->text->e($user['name'] ?: $user['username']) ?></h2>
|
||||
<ul>
|
||||
<li <?= $this->app->checkMenuSelection('app', 'index') ?>>
|
||||
<?= $this->url->link(t('Overview'), 'app', 'index', array('user_id' => $user['id'])) ?>
|
||||
|
||||
Reference in New Issue
Block a user