- brand
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
require __DIR__ . '/../app/bootstrap.php';
|
||||
$pdo = app_db();
|
||||
|
||||
$pageTitle = 'Medical Terminology Database | Neon Medical Tracker';
|
||||
$pageTitle = 'Medical Terminology Database | Medical Tracker';
|
||||
$activePage = 'terminology';
|
||||
$searchQuery = trim((string) ($_GET['q'] ?? ''));
|
||||
$library = library_search_payload(['q' => $searchQuery, 'limit' => 500]);
|
||||
|
||||
Reference in New Issue
Block a user