|
|
|
@ -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);
|
|
|
|
|