Convert application header to grid system
This commit is contained in:
5
app/Template/header/user_notifications.php
Normal file
5
app/Template/header/user_notifications.php
Normal 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 ?>
|
||||
Reference in New Issue
Block a user