Move accounts side nav back out of setting and back onto the main side nav under accounting

This commit is contained in:
johnnyq
2023-02-16 17:00:23 -05:00
parent 84b32ec807
commit 4708f6b117
3 changed files with 7 additions and 8 deletions

View File

@@ -158,6 +158,12 @@
<p>Trips</p>
</a>
</li>
<li class="nav-item">
<a href="accounts.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "accounts.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-piggy-bank"></i>
<p>Accounts</p>
</a>
</li>
<li class="nav-item">
<a href="transfers.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "transfers.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-exchange-alt"></i>