From 7a7e357dcdd34e4a33a81eadc55548d579938f49 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 16 Apr 2022 17:35:33 +0200 Subject: Update --- includes/header.php | 10 ++++++++-- includes/navigation.php | 3 +++ 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index 7297572..099267a 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,9 +1,15 @@ - + - Minteck + <?php + + if (isset($title)) { + echo "$title | "; + } + + ?>Minteck diff --git a/includes/navigation.php b/includes/navigation.php index 2d0fabf..b670067 100644 --- a/includes/navigation.php +++ b/includes/navigation.php @@ -21,6 +21,9 @@ + -- cgit