susee
This commit is contained in:
parent
74d2ed584a
commit
62fb6f89ac
@ -120,6 +120,9 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
|
||||
|
||||
<script src="<?= base_url()."/public"; ?>/assets/member_js/ajax.js"></script>
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
|
||||
|
||||
<input id="url" value="<?= base_url() ?>" type="hidden">
|
||||
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
echo base_url('/continue_shopping/').md5($token);
|
||||
echo base_url('membership');
|
||||
}
|
||||
}
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
echo base_url('/continue_shopping/').md5($token);
|
||||
echo base_url('membership');
|
||||
}
|
||||
} ?>">Pre-Sales Offer</a></li>
|
||||
<li><a href="https://golfevolutionkelowna.ca/about-us/">About Us</a></li>
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
<form method="post" action="<?= base_url(); ?>">
|
||||
|
||||
<h1>Sign in</h1><?= $token ?>
|
||||
<h1>Sign in</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ bgcolor="#f6f6f6">
|
||||
<tr>
|
||||
<td style="text-align: center">
|
||||
<a href="#" style="display: block;margin-bottom: 10px;">
|
||||
<img [src]="<?php echo base_url()."public/assets/images/company-logo/GolfEvolution_White.png" ?>" height="24" alt="logo"/></a> <br/>
|
||||
<img src="https://golfevolutionkelowna.ca/wp-content/uploads/2023/05/GolfEvolution-Logo-Colour.png" height="70" alt="logo"/></a> <br/>
|
||||
<!-- <img src="<?= base_url()."/public/assets/images/company-logo/GolfEvolution_White.png"; ?> alt="" height="40"> -->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user