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
@@ -1,5 +1,5 @@
<?php
$pageTitle = $pageTitle ?? 'Neon Medical Tracker';
$pageTitle = $pageTitle ?? 'Medical Tracker';
$activePage = $activePage ?? '';
function site_active(string $page, string $activePage): string
{
@@ -18,7 +18,7 @@ function site_active(string $page, string $activePage): string
<header class="site-header">
<a class="site-logo" href="/">
<span class="site-logo-bars" aria-hidden="true"><i></i><i></i><i></i></span>
<span>Neon Medical Tracker</span>
<span>Medical Tracker</span>
</a>
<nav class="site-nav" aria-label="Primary navigation">
<a<?= site_active('home', $activePage) ?> href="/">Home</a>