Convert application header to grid system

This commit is contained in:
Frederic Guillot
2016-08-07 12:51:03 -04:00
parent 590d2c2396
commit 69c6271c6e
15 changed files with 165 additions and 157 deletions

View File

@@ -0,0 +1,5 @@
<?php if ($this->user->hasNotifications()): ?>
<span class="notification">
<?= $this->url->link('<i class="fa fa-bell web-notification-icon"></i>', 'DashboardController', 'notifications', array('user_id' => $this->user->getId()), false, '', t('Unread notifications')) ?>
</span>
<?php endif ?>