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