WrenchBoardPromo
This commit is contained in:
@@ -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']?? $this->session->get('firstname')?> <?=$_SESSION['lastname']?? $this->session->get('lastname')?></h4>
|
||||
<small class="text-white"><?=$_SESSION['email']?? $this->session->get('email')?></small>
|
||||
<h4 class="text-white mb-0"><?=$_SESSION['firstname']??'' ?> <?=$_SESSION['lastname']??'' ?></h4>
|
||||
<small class="text-white"><?=$_SESSION['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
|
||||
|
||||
Reference in New Issue
Block a user