1
0
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:
Yohann
2019-10-26 11:16:36 +02:00
parent 97924f8cb8
commit 2a52ffda7b
2 changed files with 30 additions and 1 deletions

View File

@ -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>