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 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'includes/gui') 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 + -- cgit