From f88ff9d593b1e2d0259abfab62a27f97856dde7c Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 5 Apr 2022 20:05:39 +0200 Subject: Fix $title not working properly --- includes/gui/header.php | 7 ++++++- index.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/includes/gui/header.php b/includes/gui/header.php index 9595c43..82f2ebb 100644 --- a/includes/gui/header.php +++ b/includes/gui/header.php @@ -2,7 +2,12 @@ - Cloudburst System + + <?php if (isset($title)): ?> + <?= $title ?> | + <?php endif; ?> + Cloudburst System + diff --git a/index.php b/index.php index 9255275..83de2a0 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,4 @@ - +
-- cgit