mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Fix Notification Number
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link" data-toggle="dropdown" href="#">
|
<a class="nav-link" data-toggle="dropdown" href="#">
|
||||||
<i class="fas fa-bell"></i>
|
<i class="fas fa-bell"></i>
|
||||||
<span class="badge badge-light badge-pill navbar-badge position-absolute" style="top: 1px; right: 3px;">12</span>
|
<span class="badge badge-light badge-pill navbar-badge position-absolute" style="top: 1px; right: 3px;"><?php echo $num_notifications; ?></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
||||||
<a href="notifications.php" class="dropdown-item dropdown-header">
|
<a href="notifications.php" class="dropdown-item dropdown-header">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a href="post.php?dismiss_all_notifications"
|
<a href="post.php?dismiss_all_notifications"
|
||||||
class="dropdown-item dropdown-footer text-secondary text-bold"><i
|
class="dropdown-item dropdown-footer text-secondary text-bold"><i
|
||||||
class="fa fa-fw fa-check-double mr-2"></i>Dismiss all Notifications</a>
|
class="fas fa-check-double mr-2"></i>Dismiss all Notifications</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user