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