site-accueil-insa/includes/coms/com_template.php
2018-04-21 15:20:18 +02:00

12 lines
328 B
PHP

<h3 id="<?= $comId ?>"><?= $comTitle ?></h3>
<table id="table_coms">
<tr>
<td class="com_description"><?= $comDescription ?></td>
</tr>
<tr>
<td>Responsable : <?= $comRespo ?></td>
</tr>
<tr>
<td><span class="fas fa-envelope"></span> Mail : <?= $comRespoId ?></td>
</tr>
</table>