renamed settings alerts to notifications and reworked the notification UI to allow for future growth

This commit is contained in:
johnnyq
2023-12-28 19:52:24 -05:00
parent db4fd095d6
commit 7759f54260
5 changed files with 124 additions and 74 deletions

View File

@@ -175,10 +175,10 @@
</li>
<li class="nav-item">
<a class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_alerts.php") { echo "active"; } ?>"
href="settings_alerts.php">
<a class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_notifications.php") { echo "active"; } ?>"
href="settings_notifications.php">
<i class="nav-icon far fa-bell"></i>
<p>Alerts</p>
<p>Notifications</p>
</a>
</li>