Merged Files Vendors with Client Vendors seperated them with some header logic

This commit is contained in:
johnnyq
2025-02-19 14:18:16 -05:00
parent d228c30b03
commit 19daa289b2
6 changed files with 181 additions and 392 deletions

View File

@@ -85,7 +85,7 @@
<?php } ?>
<li class="nav-item">
<a href="client_vendors.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_vendors.php") { echo "active"; } ?>">
<a href="vendors.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "vendors.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-building"></i>
<p>
Vendors