mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Services is now in global view
This commit is contained in:
@@ -64,6 +64,12 @@
|
||||
<p><strong>ALL</strong> Certificates</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="services.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "services.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-stream"></i>
|
||||
<p><strong>ALL</strong> Services</p>
|
||||
</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user