mobile-first
赵鹏 5 years ago
parent c30961d60c
commit 9c23c12a68

@ -112,7 +112,7 @@ class webgetbokun extends CI_Controller
//seo
$this->tpBokun_model->ic_seo_title = character_limiter($title, 100);
$this->tpBokun_model->ic_seo_description = character_limiter(strip_tags($activityDeatil->description), 200);
$this->tpBokun_model->ic_seo_description = iconv("GB2312","UTF-8",character_limiter(strip_tags($activityDeatil->description), 200));
$tempKeywords = $activityDeatil->keywords;
if (is_array($tempKeywords) && count($tempKeywords) > 0) {
$this->tpBokun_model->ic_seo_keywords = implode(",", $tempKeywords);

Loading…
Cancel
Save