aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-05 20:05:39 +0200
committerMinteck <contact@minteck.org>2022-04-05 20:06:03 +0200
commitf88ff9d593b1e2d0259abfab62a27f97856dde7c (patch)
treef2e2b3ae3470fc194952c8185915722c68110a87 /index.php
parentcbe55eab7a2c45e736ed6b31b7445798fb38949e (diff)
downloadcloudsdale-f88ff9d593b1e2d0259abfab62a27f97856dde7c.tar.gz
cloudsdale-f88ff9d593b1e2d0259abfab62a27f97856dde7c.tar.bz2
cloudsdale-f88ff9d593b1e2d0259abfab62a27f97856dde7c.zip
Fix $title not working properly
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9255275..83de2a0 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,4 @@
-<?php $title = "Home"; require_once $_SERVER["DOCUMENT_ROOT"] . "/includes/gui/header.php"; ?>
+<?php $title = null; require_once $_SERVER["DOCUMENT_ROOT"] . "/includes/gui/header.php"; ?>
<div id="hero">
<img src="/assets/img/icon.png" id="hero-img" alt="">