diff options
author | Jonas Kohl | 2024-09-06 22:58:19 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 22:58:19 +0200 |
commit | 230898543b9a4ec459ff29c60f713a20cd04e6be (patch) | |
tree | 2ffe99db43f45a3ba66b75871d2a84c86010a2e6 /pages/dekomp.php | |
parent | 661c9edfa2c3b1bb4d752a9e26a97eb8da98bb27 (diff) |
Tweak title handling
Diffstat (limited to 'pages/dekomp.php')
-rw-r--r-- | pages/dekomp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/dekomp.php b/pages/dekomp.php index 72554f9..2955b42 100644 --- a/pages/dekomp.php +++ b/pages/dekomp.php @@ -1,4 +1,5 @@ <?php $NAV_LINK_ID = "dekomp"; ?> +<?php $PAGE_TITLE = "Dekomp"; ?> <?php include __DIR__ . "/../includes/template_start.php"; ?> <h1>Dekomp</h1> |