mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 13:48:45 +02:00
Suppression des tags $URL_BASE dans les fichiers HTML
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
Nom de l'équipe : <?= $team->getName() ?><br/>
|
||||
Trigramme : <?= $team->getTrigram() ?><br/>
|
||||
Problème : <a href="<?= $URL_BASE . "/problem/" . $team->getProblem() ?>"><?= $team->getProblem() ?></a><br/>
|
||||
Problème : <a href="/problem/<?= $team->getProblem() ?>"><?= $team->getProblem() ?></a><br/>
|
||||
<?php
|
||||
if ($team->getEncadrantId() !== null) {
|
||||
$encadrant = User::fromId($team->getEncadrantId());
|
||||
|
Reference in New Issue
Block a user