Removed Budge from the side nav as this was never finished and doesnt really do anything, will work on it at a later date

This commit is contained in:
johnnyq 2025-08-25 23:51:48 -04:00
parent 0a6b890250
commit 86c5b9a55d
1 changed files with 0 additions and 6 deletions

View File

@ -168,12 +168,6 @@
<p>Transfers</p>
</a>
</li>
<li class="nav-item">
<a href="budget.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "budget.php" || basename($_SERVER["PHP_SELF"]) == "budget_edit.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-balance-scale"></i>
<p>Budget</p>
</a>
</li>
<li class="nav-item">
<a href="trips.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "trips.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-route"></i>