forked from rebillar/site-accueil-insa
13 lines
328 B
PHP
13 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>
|