mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-23 21:16:33 +02:00
Messages d'informations sur la page d'accueil
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<div class="alert alert-<?= Phase::getCurrentPhase() == Phase::INSCRIPTION ? "warning" : "success" ?>">
|
||||
<div class="alert alert-<?= date("Y-m-d H:i:s") <= $CONFIG->getInscriptionDate() ? "warning" : "success" ?>">
|
||||
<?= Phase::getTranslatedName(Phase::INSCRIPTION) ?> :
|
||||
<strong><?= formatDate($CONFIG->getInscriptionDate(), true) ?></strong>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user