From 665c8e24f7ff49f1441b24fd5bf5578c5738c466 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Mon, 28 Dec 2020 08:01:35 -0500 Subject: [PATCH] Some changes --- client_contacts.php | 4 +- client_print.php | 2 +- client_print_side_nav.php | 250 ++++++++++++++++++++++++++++++++++++++ header.php | 2 - 4 files changed, 253 insertions(+), 5 deletions(-) create mode 100644 client_print_side_nav.php diff --git a/client_contacts.php b/client_contacts.php index cc177a28..7fded3df 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -99,7 +99,7 @@ $total_pages = ceil($total_found_rows / 10); ?> - + @@ -142,7 +142,7 @@ $total_pages = ceil($total_found_rows / 10); Print - +
diff --git a/client_print_side_nav.php b/client_print_side_nav.php new file mode 100644 index 00000000..f08cc415 --- /dev/null +++ b/client_print_side_nav.php @@ -0,0 +1,250 @@ + + \ No newline at end of file diff --git a/header.php b/header.php index 01792cc8..2c7a623a 100644 --- a/header.php +++ b/header.php @@ -48,8 +48,6 @@ scratch. This page gets rid of all links and provides the needed markup only. if(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client.php"){ include("client_side_nav.php"); - }elseif(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client_print.php"){ - }else{ include("side_nav.php"); }