mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Moved the client Nav to the sidebar to free up space, fixed balance showing red under client even though it was 0
This commit is contained in:
@@ -47,8 +47,13 @@
|
||||
<?php include("top_nav.php"); ?>
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<?php include("side_nav.php"); ?>
|
||||
<?php
|
||||
if(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client.php"){
|
||||
include("client_side_nav.php");
|
||||
}else{
|
||||
include("side_nav.php");
|
||||
}
|
||||
?>
|
||||
|
||||
<div id="content-wrapper">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user