fix
This commit is contained in:
@@ -4,6 +4,17 @@ setlocale(LC_MONETARY, 'en_NG');
|
||||
?>
|
||||
<!--begin::Row-->
|
||||
<div class="row g-5 g-xl-8">
|
||||
<?php
|
||||
if ( isset($_SESSION['coupon']) && $_SESSION['coupon'] > 0 )
|
||||
{
|
||||
?>
|
||||
<div class="col-xl-3 bg-light-danger rounded p-5 mb-7" style="text-align: center;">
|
||||
<a href="/coupons/"> <h5 class="no-margin"> You have credit coupons</h5></a>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<?php
|
||||
if ( isset($_SESSION['wallet']) && $_SESSION['wallet'] == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user