Added Custom Link option to Reports Nav

This commit is contained in:
johnnyq
2025-10-01 14:35:18 -04:00
parent 6a7a02d220
commit 2eff11efbf
5 changed files with 38 additions and 0 deletions

View File

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