Rename Events in Client Side Nav to Calendar

This commit is contained in:
johnnyq 2023-11-06 15:22:51 -05:00
parent 91924bc239
commit c18dbc5985
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
<a href="client_events.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_events.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-calendar-alt"></i>
<p>
Events
Calendar
<?php
if ($num_events > 0) { ?>
<span class="right badge text-light"><?php echo $num_events; ?></span>