mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Reworked Admin Settings Menu, moved items to their own side nav and removed settings from the main side nav and moved it to the user drop down on the top nav
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
<!-- 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