3 lines
271 B
PHTML
Executable File
3 lines
271 B
PHTML
Executable File
<?php echo "<p class='text-center bg-light border-0 rounded mb-1' style='color: black;'>" . $user->getUsername() . "<span class='bi bi-person-fill'></span></p>"?>
|
|
<button class="btn bg-danger btn-outline-danger text-light" type="button" id="logoutButton">Logout</button>
|