ct-mobile-first
ycc 5 years ago
parent 3185e22a0a
commit f468811160

@ -567,7 +567,9 @@ class Information extends CI_Controller
$mobile_template=str_replace('<!--@DESCRIPTION@-->', $this->input->post('ic_seo_description'), $mobile_template);
$mobile_template=str_replace('<!--@KEYWORDS@-->', $this->input->post('ic_seo_keywords'), $mobile_template);
$mobile_template=str_replace('<!--@CANONICAL@-->', $this->input->post('site_url').$this->input->post('ic_url'), $mobile_template);
$mobile_template=str_replace('<!--@HEAD_1@-->', $this->input->post('ic_title'), $mobile_template);
$mobile_template=str_replace('<!--@CUSTOM-CONENT@-->', $this->input->post('ic_content'), $mobile_template);
// /travelguide/chinese-zodiac/monthly-fortune-for-dog.htm
$mobile_html=$this->config->item('cache')[$this->config->item('site_code')]['cache_path'].$this->input->post('ic_url');
$mobile_html=str_replace("\\", "/", $mobile_html);

@ -111,7 +111,7 @@
</nav>
<h1><!--@HEAD_1@--></h1>
<div><!--@CUSTOM-CONENT@--></div>
<footer>

Loading…
Cancel
Save