master
LMR 1 year ago
parent 5f20b3c411
commit 8d75a54595

@ -657,7 +657,7 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
</label> |
-->
<label title="HTML构建工具 2.0">
<a href="<?php echo $this->config->item('site_url') . $information->ic_url; ?>?wp=<?php echo $usrcode; ?>&icid=<?php echo $information->ic_id; ?>" target="_blank">
<a href="<?php echo $this->config->item('site_url') . $information->ic_url; ?>?wp=<?php echo $usrcode; ?>&icid=<?php echo $information->ic_id; ?>">
HTML构建工具 2.0
</a>
</label>
@ -1076,7 +1076,7 @@ if (!empty($setting_website_nav)) {
<p></p>
<div class="col-xs-24">
<label><a href="javascript:void(0);" onclick="$('#customize').toggle();">自定义选项</a> </label>
<?php if ($information->ic_sitecode == "trippest" || $information->ic_sitecode == "trainspread" ) {?>
<?php if ($information->ic_sitecode == "trippest" || $information->ic_sitecode == "trainspread") {?>
<label><a class="btn default" data-toggle="modal" id="aBokunData"> 管理TPBokun数据 </a> </label>
<?php }?>
</div>

Loading…
Cancel
Save