| #412 | $this->_cfg['seo_keywords'] = "{$year}年日历全年表"; |
| #413 | } |
| #414 | |
| #415 | if(isset($this->setting['year_seo_description_rule']) && !empty($this->setting['year_seo_description_rule'])){ |
| #416 | $this->_cfg['seo_description'] = str_replace($seo_find_variable, $seo_replace_variable, $this->setting['year_seo_description_rule']); |
| #417 | }else{ |
| #418 | $this->_cfg['seo_description'] = ""; |
| #419 | } |
| #420 | |
| #421 | $this->assign('cfg', $this->_cfg); |