- brand
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<footer class="site-footer">
|
||||
<div>
|
||||
<strong>Neon Medical Tracker</strong>
|
||||
<strong>Medical Tracker</strong>
|
||||
<p>Medication logs, vitals, lab results, terminology, NIH/NLM study links, and admin-managed profiles.</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user