Add Custom Links Admin Nav option

This commit is contained in:
johnnyq
2025-10-01 13:48:52 -04:00
parent d6349bbc5c
commit 6a7a02d220
4 changed files with 37 additions and 3 deletions

View File

@@ -96,6 +96,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
$custom_link_location_display = "Top Nav";
} elseif ($custom_link_location == 3) {
$custom_link_location_display = "Client Portal Nav";
} elseif ($custom_link_location == 4) {
$custom_link_location_display = "Admin Nav";
}
?>