diff options
author | Jonas Kohl | 2024-09-06 17:01:01 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 17:01:01 +0200 |
commit | 3d22cc3333e1265a222425a4ede9c464234e3632 (patch) | |
tree | 7acd1379c752913f12168cc75583e68b14278288 /pages/about.php | |
parent | 0540e04c77864186ce48193456634b897a11f5aa (diff) |
Small fixes; Add component system
Diffstat (limited to 'pages/about.php')
-rw-r--r-- | pages/about.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/about.php b/pages/about.php index 5ddf3c5..2601b58 100644 --- a/pages/about.php +++ b/pages/about.php @@ -1,4 +1,5 @@ -<?php $PAGE_TITLE = "Ueber"; ?> +<?php $PAGE_TITLE = "Über"; ?> +<?php $NAV_LINK_ID = "about"; ?> <?php include __DIR__ . "/../includes/template_head_start.php"; ?> <?php if (!$__mobile): ?> <style type="text/css"> |