diff --git a/admin_custom_link.php b/admin_custom_link.php index 13d705ee..6ade1314 100644 --- a/admin_custom_link.php +++ b/admin_custom_link.php @@ -96,8 +96,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); $custom_link_location = intval($row['custom_link_location']); if ($custom_link_location == 1) { $custom_link_location_display = "Main Side Nav"; - } else { + } elseif ($custom_link_location == 2) { $custom_link_location_display = "Top Nav"; + } elseif ($custom_link_location == 3) { + $custom_link_location_display = "Client Portal Nav"; } ?> diff --git a/client/includes/header.php b/client/includes/header.php index bc360647..f06abcdc 100644 --- a/client/includes/header.php +++ b/client/includes/header.php @@ -77,6 +77,29 @@ header("X-Frame-Options: DENY"); // Legacy + + + + + +