mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 13:35:37 +00:00
fixed intentionallity issue
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<li class="nav-header mt-3">SALES</li>
|
<li class="nav-header mt-3">SALES</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="client_leads.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_leads.php" || basename($_SERVER["PHP_SELF"]) == "client_leads.php") { echo "active"; } ?>">
|
<a href="client_leads.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_leads.php") { echo "active"; } ?>">
|
||||||
<i class="nav-icon fas fa-bullhorn"></i>
|
<i class="nav-icon fas fa-bullhorn"></i>
|
||||||
<p>Leads</p>
|
<p>Leads</p>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user