fix
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
<?
|
||||
setlocale(LC_MONETARY, 'en_NG');
|
||||
/*
|
||||
*
|
||||
<div class="fw-bold">
|
||||
<h4 class="text-gray-900 fw-bolder">We need your attention!</h4>
|
||||
<div class="fs-6 text-gray-700">Your payment was declined. To start using tools, please
|
||||
<a href="#" class="fw-bolder" data-bs-toggle="modal" data-bs-target="#kt_modal_new_card">Add Payment Method</a>.</div>
|
||||
</div>
|
||||
*
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<?
|
||||
@@ -7,6 +17,7 @@ if ($_SESSION["offer_interest_count"] + $_SESSION['past_duejobs_count'] > 0) {
|
||||
|
||||
if ($_SESSION['past_duejobs_count'] > 0) {
|
||||
?>
|
||||
|
||||
<!--begin::Row-->
|
||||
<div class="row g-5 g-xl-8">
|
||||
<!--begin::Col-->
|
||||
@@ -34,6 +45,7 @@ if ($_SESSION["offer_interest_count"] + $_SESSION['past_duejobs_count'] > 0) {
|
||||
|
||||
if ($_SESSION["offer_interest_count"] > 0) {
|
||||
?>
|
||||
|
||||
<!--begin::Row-->
|
||||
<div class="row g-5 g-xl-8">
|
||||
<!--begin::Col-->
|
||||
|
||||
Reference in New Issue
Block a user