mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Initial work has begun on Client Overview
This commit is contained in:
@@ -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"){
|
||||
|
||||
Reference in New Issue
Block a user