mirror of https://github.com/itflow-org/itflow
fixed intentionallity issue
This commit is contained in:
parent
2f9b6d97b9
commit
f16a175eed
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<li class="nav-header mt-3">SALES</li>
|
||||
<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>
|
||||
<p>Leads</p>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue