Merged Client and Global Calendar into one code base seperated them with some header logic

This commit is contained in:
johnnyq
2025-02-19 15:05:37 -05:00
parent eab441da06
commit a2c77cf0c2
5 changed files with 40 additions and 309 deletions

View File

@@ -74,7 +74,7 @@
<?php } ?>
<li class="nav-item">
<a href="calendar_events.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "calendar_events.php") { echo "active"; } ?>">
<a href="calendar.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "calendar.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-calendar-alt"></i>
<p>Calendar</p>
</a>