Initial work has begun on Client Overview

This commit is contained in:
johnnyq
2022-03-12 12:05:27 -05:00
parent 928af1d90d
commit 5f883b608b
3 changed files with 86 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
<?php
if(isset($_GET['tab'])){
if($_GET['tab'] == "contacts"){
if($_GET['tab'] == "overview"){
include("client_overview.php");
}
elseif($_GET['tab'] == "contacts"){
include("client_contacts.php");
}
elseif($_GET['tab'] == "locations"){