This commit is contained in:
Ty Clifford
2026-07-03 17:42:16 -04:00
parent c1cb93083e
commit c5ec4f4c7e
18 changed files with 30 additions and 29 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ $pdo = app_db();
$symptom = find_medical_symptom_item($pdo, $_GET);
$pageTitle = $symptom
? (string) $symptom['name'] . ' | Symptom Detail | Neon Medical Tracker'
: 'Symptom Not Found | Neon Medical Tracker';
? (string) $symptom['name'] . ' | Symptom Detail | Medical Tracker'
: 'Symptom Not Found | Medical Tracker';
$activePage = 'symptoms';
$relatedTerms = [];