首页控制器补充内容条件查询。
This commit is contained in:
parent
020a9d7a0e
commit
d3bcfe95bb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue