From 674721073f80fffbf236d9e31346d580b2c69575 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang <86985864+ubc-tuehoang@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:04:39 +0000 Subject: [PATCH] update p_home to check test site --- src/pages/p_home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/p_home.php b/src/pages/p_home.php index cd21e1c73..bc72749a8 100644 --- a/src/pages/p_home.php +++ b/src/pages/p_home.php @@ -179,7 +179,7 @@ function print_message() { } function print_welcome() { - echo '
Welcome to the ', htmlspecialchars($this->conf->full_name()), " submissions site."; + echo '
Welcome to theeeee ', htmlspecialchars($this->conf->full_name()), " submissions site."; if (($site = $this->conf->opt("conferenceSite")) && $site !== $this->conf->opt("paperSite")) echo " For general conference information, see ", Ht::link(htmlspecialchars($site), htmlspecialchars($site)), ".";