From de37d9a639d865b23fff13939fad84fee093564a Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 24 Nov 2020 13:53:15 +0100 Subject: [PATCH] header can now contain special titles --- includes/header.php | 2 +- index.php | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/includes/header.php b/includes/header.php index 3894003..68b70ce 100644 --- a/includes/header.php +++ b/includes/header.php @@ -17,7 +17,7 @@ crossorigin="anonymous" /> - Home | Pfosten Dynamics + <?php echo htmlentities(PAGE_TITLE); ?> | Pfosten Dynamics diff --git a/index.php b/index.php index 111632e..874d855 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,9 @@ - +