diff --git a/admin_side_nav.php b/admin_side_nav.php new file mode 100644 index 00000000..7766be7d --- /dev/null +++ b/admin_side_nav.php @@ -0,0 +1,89 @@ + + diff --git a/header.php b/header.php index 345928d8..ffd90487 100644 --- a/header.php +++ b/header.php @@ -45,6 +45,8 @@ 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)) == "settings-general.php"){ + include("admin_side_nav.php"); }else{ include("side_nav.php"); }