diff options
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"> |