- brand
This commit is contained in:
+2
-2
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user