Add runtime folders to gitignore
This commit is contained in:
@ -3239,6 +3239,7 @@ if ($title != '') {
|
|||||||
<div>Participant</div>
|
<div>Participant</div>
|
||||||
|
|
||||||
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
||||||
|
<div>No équipe</div>
|
||||||
<div>Équipe</div>
|
<div>Équipe</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
@ -3276,6 +3277,10 @@ if ($title != '') {
|
|||||||
</div>
|
</div>
|
||||||
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
||||||
|
|
||||||
|
<div class="bib-view-team-number">
|
||||||
|
<?php echo $p['no_equipe']; ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="bib-view-team">
|
<div class="bib-view-team">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user