This commit is contained in:
CHIEFSOFT\ameye
2024-11-24 20:58:53 -05:00
parent 2b86913d84
commit 3e087c8d0b
+2 -2
View File
@@ -79,8 +79,8 @@
<div class="bg-gradient px-4 py-3">
<div class="d-flex align-items-center justify-content-between">
<div class="mr-1">
<h4 class="text-white mb-0"><?=$_SESSION['firstname']?> <?=$_SESSION['lastname']?></h4>
<small class="text-white"><?=$_SESSION['email']?></small>
<h4 class="text-white mb-0"><?=$_SESSION['firstname']?? $this->session->get('firstname')?> <?=$_SESSION['lastname']?? $this->session->get('lastname')?></h4>
<small class="text-white"><?=$_SESSION['email']?? $this->session->get('email')?></small>
</div>
<a href="/promoadmin" class="text-white font-20 tooltip-wrapper" data-toggle="tooltip"
data-placement="top" title="" data-original-title="Logout"> <i