i finally committed i guess
Signed-off-by: boris <boris@borishub.co.uk>
This commit is contained in:
6
Views/template/logoutButton.phtml
Normal file → Executable file
6
Views/template/logoutButton.phtml
Normal file → Executable file
@@ -1,4 +1,2 @@
|
||||
<form class="form-floating my-auto" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?> ">
|
||||
<?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="submit" name="logoutButton">Logout</button>
|
||||
</form>
|
||||
<?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>
|
||||
|
Reference in New Issue
Block a user