| #98 | |
| #99 | |
| #100 | |
| #101 | // SEO 相关(优先内容本身SEO信息,其次是分类SEO规则,然后是后台设置-SEO设置-内容页SEO规则设置,最后是程序本身) |
| #102 | $seo_find_variable = array('{webname}', '{title}', '{seo_title}', '{seo_keywords}', '{seo_description}', '{intro}', '{cate_name}', '{cate_seo_title}', '{cate_seo_keywords}', '{tags}', '{page}'); |
| #103 | $seo_replace_variable = array($this->_cfg['webname'], $_show['title'], $_show['seo_title'], $_show['seo_keywords'], $_show['seo_description'], $_show['intro'], $this->_var['name'], $this->_var['seo_title'], $this->_var['seo_keywords'], $tags, lang('page_current', array('page'=>$page))); |
| #104 | |
| #105 | |
| #106 | if($_show['seo_title']){ |
| #107 | $this->_cfg['titles'] = $_show['seo_title']; |