mirror of https://github.com/itflow-org/itflow
New settings menu
This commit is contained in:
parent
72da87e608
commit
e4fc7bca23
|
|
@ -112,6 +112,13 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="settings_account_types.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_account_types.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-money-bill-wave"></i>
|
||||
<p>Account Types</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-header mt-3">TEMPLATES</li>
|
||||
|
||||
<li class="nav-item">
|
||||
|
|
|
|||
Loading…
Reference in New Issue