Got ride of the side nav logic as this is not needed now as we modularized the includes

This commit is contained in:
johnnyq
2022-02-22 00:37:58 -05:00
parent 1829c7299e
commit 057e3a6cbd
3 changed files with 2 additions and 13 deletions

View File

@@ -149,7 +149,7 @@ if(isset($_GET['client_id'])){
<?php
include("inc_side_nav.php");
include("client_side_nav.php");
include("inc_wrapper.php");
include("inc_alert_feedback.php");