mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-27 04:38:45 +02:00
Collect emails
This commit is contained in:
@ -4,6 +4,12 @@
|
||||
<h2 class="display-3">Liste des tournois</h2>
|
||||
</div>
|
||||
|
||||
<?php if ($_SESSION["role"] == Role::ADMIN) { ?>
|
||||
<div class="alert alert-info">
|
||||
<a href="mailto:contact@tfjm.org?<? foreach ($emails as $email) echo "bcc=" . $email . "&" ?>subject=TFJM² <?= $YEAR ?>" target="_blank">Envoyer un mail à toutes les personnes inscrites au tournoi</a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user