增加ah和ph是否显示广告里面对空逻辑的判断

master
黄文强@HWQ-PC 1 year ago
parent 4b17fa89ad
commit 08bbf9666f

@ -227,7 +227,7 @@
<div class="pc_content">
<!--@CUSTOM-CONENT@-->
</div>
<?php if ($meta_show_advertise == 'yes') {?>
<?php if ($meta_show_advertise == 'yes' || empty($meta_show_advertise)) {?>
<div class="right_brand_info">
<h3>Why Asia Highlights (10,000+ reviews & 98.8% 5-star rating)</h3>

@ -190,7 +190,7 @@
<!--@CUSTOM-CONENT@-->
</section>
</div>
<?php if ($meta_show_advertise == 'yes') {?>
<?php if (($meta_show_advertise == 'yes' || empty($meta_show_advertise))) {?>
<div class="right_brand_info">
<h3>Why Global Highlights (10,000+ reviews & 98.8% 5-star rating)</h3>

Loading…
Cancel
Save