recover 278005879

master
LMR 1 year ago
parent 5fb9268656
commit 11fe51d358

@ -632,11 +632,11 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
?> ?>
<?php if (is_series_site()) { <?php if (is_series_site()) {
$PcAmpChecked = ''; $PcAmpChecked = '';
if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') { // if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
$PcAmpChecked = 'checked'; // $PcAmpChecked = 'checked';
} else { // } else {
$PcAmpChecked = ''; // $PcAmpChecked = '';
} // }
?> ?>
<style type="text/css"> <style type="text/css">
#PcAmp { #PcAmp {
@ -650,12 +650,12 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
} }
</style> </style>
<!--
<label id="PcAmp"> <label id="PcAmp">
<input type="checkbox" <?php echo ($PcAmpChecked); ?>> <input type="checkbox" <?php echo ($PcAmpChecked); ?>>
PC端页面也使用构建工具发布 PC端页面也使用构建工具发布
</label> | </label> |
-->
<label title="HTML构建工具 2.0"> <label title="HTML构建工具 2.0">
<a href="<?php echo $this->config->item('site_url') . $information->ic_url; ?>?wp=<?php echo $usrcode; ?>" target="_blank"> <a href="<?php echo $this->config->item('site_url') . $information->ic_url; ?>?wp=<?php echo $usrcode; ?>" target="_blank">
HTML构建工具 2.0 HTML构建工具 2.0

Loading…
Cancel
Save