Remove username for dashboard sidebar and change titles

This commit is contained in:
Frederic Guillot
2016-07-24 13:00:59 -04:00
parent 51b2193fc4
commit a6d22bf271
2 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
<div class="sidebar">
<h2><?= $this->text->e($user['name'] ?: $user['username']) ?></h2>
<ul>
<li <?= $this->app->checkMenuSelection('DashboardController', 'show') ?>>
<?= $this->url->link(t('Overview'), 'DashboardController', 'show', array('user_id' => $user['id'])) ?>