mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54: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:
@@ -46,11 +46,6 @@
|
||||
<!-- Menu Footer-->
|
||||
<li class="user-footer">
|
||||
<a href="settings-user.php" class="btn btn-default btn-flat">Profile</a>
|
||||
<?php if($session_user_role > 2){ ?>
|
||||
|
||||
<a href="settings-general.php" class="btn btn-dark btn-flat ml-4">Admin</a>
|
||||
|
||||
<?php } ?>
|
||||
<a href="post.php?logout" class="btn btn-default btn-flat float-right">Sign out</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user