Implementation of Notification System #2

This commit is contained in:
twotalesanimation
2025-12-16 22:48:19 +02:00
parent 7ebc2f64cf
commit 1b47cb0a69

View File

@@ -358,8 +358,10 @@ if ($headerStyle === 'light') {
<div id="notif-panel" class="notif-panel" style="display:none;"></div>
</div>
</div>
<?php if ($role === 'admin' || $role === 'superadmin') { ?>
<link rel="stylesheet" href="assets/css/notifications.css">
<script src="assets/js/notifications_panel.js" defer></script>
<?php } ?>
<?php else : ?>
<a href="login" class="theme-btn style-two bgc-secondary">
<span data-hover="Log In">Log In</span>