Services is now in global view

This commit is contained in:
johnnyq
2025-02-20 17:20:15 -05:00
parent 713bd0dab7
commit fe68a1f641
6 changed files with 303 additions and 227 deletions

View File

@@ -64,6 +64,12 @@
<p><strong>ALL</strong> Certificates</p>
</a>
</li>
<li class="nav-item">
<a href="services.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "services.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-stream"></i>
<p><strong>ALL</strong> Services</p>
</a>
</li>
<?php } ?>
</ul>