首页控制器补充内容条件查询。

This commit is contained in:
Li Heng 2014-01-25 14:23:11 +00:00
parent 020a9d7a0e
commit d3bcfe95bb
1 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ class ArchivesController extends Zend_Controller_Action
}
$this->view->lists = $newslist;
}
function listAction()
@ -107,7 +106,7 @@ class ArchivesController extends Zend_Controller_Action
else{
$this->view->url = $row['code'];
$this->view->title = $row['title'];
$this->view->title = $row['title'];
$this->view->type=$type;
$category = new ArchiveCategory($this->db);