Пример #1
0
                                </tr>
                                <tr>
                                    <td><b>Adresse</b></td>
                                    <td>: <?php 
        echo $usersToGet->get_adresse();
        ?>
</td>
                                </tr>
                            </table>
                        </div>
                        <div class="medium-6 columns">
                            <table class="table-clear w-max table-profil">
                                <tr>
                                    <td style="width: 30%;"><b>E-mail</b></td>
                                    <td>: <?php 
        echo $usersToGet->get_email();
        ?>
</td>
                                </tr>
                                <tr>
                                </tr>
                                <tr>
                                    <td><b>Pseudo</b></td>
                                     <td>: <?php 
        echo $usersToGet->get_login();
        ?>
</td>
                                </tr>

                            </table>
                        </div>