#90 | |
#91 | if($_show['seo_keywords']){ |
#92 | $this->_cfg['seo_keywords'] = $_show['seo_keywords']; |
#93 | }else{ |
#94 | if(isset($this->_cfg['show_seo_keywords_rule']) && !empty($this->_cfg['show_seo_keywords_rule'])){ |
#95 | $this->_cfg['seo_keywords'] = str_replace($seo_find_variable, $seo_replace_variable, $this->_cfg['show_seo_keywords_rule']); |
#96 | }else{ |
#97 | $this->_cfg['seo_keywords'] = $_show['title'].','.$this->_cfg['webname']; |
#98 | } |
#99 | } |