更新 components/navbar.php
This commit is contained in:
@@ -44,12 +44,6 @@ $current_page = basename($_SERVER['PHP_SELF']);
|
|||||||
<i class="fas fa-comment-dots"></i> <?php echo t('feedback'); ?>
|
<i class="fas fa-comment-dots"></i> <?php echo t('feedback'); ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="notifications.php" class="nav-link notification-icon <?php echo $current_page === 'notifications.php' ? 'active' : ''; ?>">
|
|
||||||
<i class="fas fa-bell"></i>
|
|
||||||
<?php if($unreadCount > 0): ?>
|
|
||||||
<span class="notification-badge"><?php echo $unreadCount; ?></span>
|
|
||||||
<?php endif; ?>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="nav-dropdown">
|
<div class="nav-dropdown">
|
||||||
<span class="nav-user">
|
<span class="nav-user">
|
||||||
|
|||||||
Reference in New Issue
Block a user