diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-16 20:37:05 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-16 20:37:05 +0200 |
commit | ee7b2d1c869701a29567689a80beefed0cdb1432 (patch) | |
tree | 51faf3ef5a1d1c04f45082c93e52e6bcf231380e /pages/evening.inc | |
parent | 9d64ae62bcbf245de9caa11885fa777fc37cfb9e (diff) | |
download | pluralconnect-ee7b2d1c869701a29567689a80beefed0cdb1432.tar.gz pluralconnect-ee7b2d1c869701a29567689a80beefed0cdb1432.tar.bz2 pluralconnect-ee7b2d1c869701a29567689a80beefed0cdb1432.zip |
Updated 2 files (automated)
Diffstat (limited to 'pages/evening.inc')
-rw-r--r-- | pages/evening.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/evening.inc b/pages/evening.inc index 6f9e7b8..c0b2818 100644 --- a/pages/evening.inc +++ b/pages/evening.inc @@ -154,9 +154,11 @@ if (!isset($cache["content"]) || date('Y-m-d') !== $cache["day"]) { <div> <h2><?= $pages["evening"]["name"][$lang["_name"]] ?><?= time() >= 1686787200 ? "" : " (Beta)" ?></h2> + <?php if (time() < 1686787200): ?> <div class="alert alert-warning"> <b>The evening schedule will replace the fronting schedule starting June 15<sup>th</sup>.</b> The fronting schedule page contains more information and shows the schedule up to that date. The evening schedule is experimental until then. </div> + <?php endif; ?> <details> <summary style="list-style: none; outline: none; cursor: text;"> |