mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Moved Settings from user dropdown back to the main side nav for consistency, clicking settings now goes to the user list
This commit is contained in:
11
side_nav.php
11
side_nav.php
@@ -185,6 +185,17 @@
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<?php if($session_user_role == 3){ ?>
|
||||
|
||||
<li class="nav-item mt-3">
|
||||
<a href="users.php" class="nav-link">
|
||||
<i class="nav-icon fas fa-cog"></i>
|
||||
<p>Settings</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
|
||||
$sql = mysqli_query($mysqli,"SELECT * FROM custom_links WHERE company_id = $session_company_id");
|
||||
|
||||
Reference in New Issue
Block a user