底部推荐文章修改

hotfix/paypal-note
candice 4 years ago
parent bc4b1e939c
commit 50dbe9d964

@ -1,3 +1,5 @@
<div class="nextcontext">
<h2 class="nexttitle">More Travel Ideas and Inspiration</h2>
<div class="table-responsive">
<table class="info_reco_table">
@ -79,6 +81,11 @@
<h2 class="nexttitle">Get Inspired with Our Sample Itineraries</h2>
<p class="nextinfo">At Asia Highlights, we create your kind of journey — your dates, your destinations, at your pace. You can have any trip tailor made for your travel.</p>
<div class="table-responsive">
<table class="info_reco_table">
<tbody>
<tr>
<td>
<?php if(!empty($recommands['Tour A'])){ ?>
<div class="tournext">
<img src="https://data.asiahighlights.com/grey.gif" loader="lazy"
@ -91,7 +98,8 @@
</div>
</div>
<?php } ?>
</td>
<td>
<?php if(!empty($recommands['Tour B'])){ ?>
<div class="tournext">
<img src="https://data.asiahighlights.com/grey.gif" loader="lazy"
@ -104,7 +112,8 @@
</div>
</div>
<?php } ?>
</td>
<td>
<?php if(!empty($recommands['Tour C'])){ ?>
<div class="tournext">
<img src="https://data.asiahighlights.com/grey.gif" loader="lazy"
@ -117,7 +126,8 @@
</div>
</div>
<?php } ?>
</td>
<td>
<?php if(!empty($recommands['Tour D'])){ ?>
<div class="tournext">
<img src="https://data.asiahighlights.com/grey.gif" loader="lazy"
@ -131,4 +141,9 @@
</div>
<?php } ?>
<?php } ?>
</td>
</tr>
</tbody>
</table>
</div>
</div>
Loading…
Cancel
Save