更新 components/navbar.php

This commit is contained in:
2025-12-06 00:48:49 +00:00
parent 5187894527
commit f0b4610992

View File

@@ -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">