|
|
@@ -172,7 +172,7 @@ class NewsController extends HomeBaseController
|
|
|
$this->assign('seo_title',$seo_title);
|
|
|
$this->assign('seo_keywords',$seo_keywords);
|
|
|
$this->assign('seo_desc',$seo_desc);
|
|
|
- return $this->fetch();
|
|
|
+ return $this->fetch('list');
|
|
|
}
|
|
|
|
|
|
public function message(){
|