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");
}