mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
tocuhed up avatar icon and placement on top nav
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-default.php") { echo "active"; } ?>"
|
||||
href="settings-default.php">
|
||||
<i class="fa fa-fw fa-2x fa-cog"></i><br>
|
||||
Defaults
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-invoice.php") { echo "active"; } ?>"
|
||||
href="settings-invoice.php">
|
||||
|
||||
Reference in New Issue
Block a user