Fixed Login Software relation, fixed asset logins etc

This commit is contained in:
johnny@pittpc.com
2019-08-03 19:41:58 -04:00
parent 09e2ce4369
commit bf250cd1fe
13 changed files with 572 additions and 256 deletions

View File

@@ -1,9 +1,7 @@
<!-- Sidebar -->
<ul class="sidebar navbar-nav d-print-none">
<li class="nav-item">
<h2 class="text-white text-center my-3"><?php echo $config_company_name; ?></h2>
</li>
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "dashboard.php") { echo "active"; } ?>">
<li class="nav-item mt-4 <?php if(basename($_SERVER["REQUEST_URI"]) == "dashboard.php") { echo "active"; } ?>">
<a class="nav-link" href="dashboard.php">
<i class="fas fa-fw fa-tachometer-alt mx-2"></i>
<span>Dashboard</span>