headTitle($config->title->site); $this->headTitle($this->infos['title']); $this->headTitle()->setSeparator(' - '); $this->breadcrumb('首页'); $this->breadcrumb('新闻中心'); $this->breadcrumb(''.$this->infos['typename'].''); $this->breadcrumb($this->infos['title']); $this->breadcrumb()->setSeparator(' > '); if(!empty($this->infos['keyword'])) $keyword = $this->infos['keyword']; else $keyword = $this->infos['title']; $this->headMeta()->appendName('keywords', $keyword); $this->headMeta()->appendName('description', mb_substr($this->infos['description'],0,180,'utf-8')); $this->headLink()->appendStylesheet('/static-sanji-v2/css/archive.css'); ?>