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:
root
2019-04-29 21:48:42 -04:00
parent fa12d23b2f
commit eecdb18a06
6 changed files with 300 additions and 6 deletions

View File

@@ -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">