headTitle($this->config->title->site);
$this->headTitle('新闻中心');
$this->headTitle()->setSeparator(' - ');
$this->breadcrumb('首页');
$this->breadcrumb('新闻中心');
$this->breadcrumb($this->title);
$this->breadcrumb()->setSeparator(' > ');
?>
paginator;?>
新闻列表
paginator))
{
foreach ($this->paginator as $v)
{
$description = "";
if (mb_strlen($v['description'])>160)
{
$description = mb_substr($v['description'],0,160,'utf-8').'...(more)';
}else{
$description = $v['description'];
}
?>
- []
= $this->paginator; ?>