This commit is contained in:
2022-02-22 16:22:01 -05:00
parent f2e9e1550e
commit 0c400e3918
3 changed files with 491 additions and 176 deletions
@@ -109,7 +109,7 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST'];
<div class="d-flex flex-column">
<div class="fw-bolder d-flex align-items-center fs-5"><?php echo $firstname; ?>
<span class="badge badge-light-success fw-bolder fs-8 px-2 py-1 ms-2"></span></div>
<a href="#" class="fw-bold text-muted text-hover-primary fs-7"><?=$_SESSION['username']?></a>
<a href="/" class="fw-bold text-muted text-hover-primary fs-7"><?=$_SESSION['username']?></a>
</div>
<!--end::Username-->
</div>