From 4eccedeb80e83cf6e6b276a4ee91ee1efd603d5d Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 22 Sep 2021 12:23:40 +1000 Subject: [PATCH] Adding prominant notice that the site is staging. And directing visitors to the official site. --- h-source/Application/Include/params.php | 4 ++-- h-source/Application/Views/Desktop/header.php | 1 + h-source/Application/Views/Mobile/header.php | 4 +++- h-source/config.xml | 9 +++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index 19f1ed7..29cdc6c 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -26,7 +26,7 @@ class Website static public $fromEmail = "noreply@h-node.org"; - static public $generalName = "h-node.org"; + static public $generalName = "h-node.org STAGING"; static public $projectName = "h-node"; @@ -225,4 +225,4 @@ class Account $result = $mailer->batchSend($message); } -} \ No newline at end of file +} diff --git a/h-source/Application/Views/Desktop/header.php b/h-source/Application/Views/Desktop/header.php index d153840..2a20ef6 100644 --- a/h-source/Application/Views/Desktop/header.php +++ b/h-source/Application/Views/Desktop/header.php @@ -105,6 +105,7 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
diff --git a/h-source/Application/Views/Mobile/header.php b/h-source/Application/Views/Mobile/header.php index 446f820..ac66d27 100644 --- a/h-source/Application/Views/Mobile/header.php +++ b/h-source/Application/Views/Mobile/header.php @@ -89,7 +89,9 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
-
+
+ STAGING +
diff --git a/h-source/config.xml b/h-source/config.xml index 8f87304..159eef5 100644 --- a/h-source/config.xml +++ b/h-source/config.xml @@ -77,6 +77,15 @@ + + raw + This is a staging instance of h-node. For the official site please visit h-node.org. +
+ + ]]> + raw