<?php } ?> </div> <div class="medium-9 columns"> <div class="profil-header"> Informations du compte </div> <div class="profil-content"> <div class="row"> <div class="medium-6 columns"> <table class="table-clear w-max table-profil"> <tr> <td style="width: 30%;"><b>Nom</b></td> <td>: <?php echo $usersToGet->get_nom(); ?> </td> </tr> <tr> <td><b>Prénom</b></td> <td>: <?php echo $usersToGet->get_prenom(); ?> </td> </tr> <tr> <td><b>Adresse</b></td> <td>: <?php echo $usersToGet->get_adresse(); ?>