mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 19:37:23 +02:00
Suppression des tags $URL_BASE dans les fichiers HTML
This commit is contained in:
@ -42,7 +42,7 @@ for ($i = 0; $i < 2; ++$i) {
|
||||
<em>Pièce jointe attachée :</em>
|
||||
</td>
|
||||
<td>
|
||||
<a href="<?= $URL_BASE ?>/file/<?= $question->getAttachedFile() ?>">Télécharger</a>
|
||||
<a href="/file/<?= $question->getAttachedFile() ?>">Télécharger</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
@ -61,7 +61,7 @@ for ($i = 0; $i < 2; ++$i) {
|
||||
<em>Pièce jointe attachée :</em>
|
||||
</td>
|
||||
<td>
|
||||
<a href="<?= $URL_BASE ?>/file/<?= $question->getAttachedFileAnswer() ?>">Télécharger</a>
|
||||
<a href="/file/<?= $question->getAttachedFileAnswer() ?>">Télécharger</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user