fix link error

This commit is contained in:
wlx 2014-07-17 00:05:09 +00:00
parent 1ab3982e7f
commit bdd0bd1816
1 changed files with 4 additions and 4 deletions

View File

@ -44,13 +44,13 @@ class AboutController extends Zend_Controller_Action
} }
function termsAction() function termsAction()
{ {
$archives=new Archive($this->db); $archives=new Archive($this->db);
$this->view->item=$archives->getAboutArchive('使用条款'); $this->view->item=$archives->getAboutArchive('使用条款和免责声明');
} }
function backgroundAction() function backgroundAction()
{ {
$archives=new Archive($this->db); $archives=new Archive($this->db);
$this->view->item=$archives->getAboutArchive('发展历史'); $this->view->item=$archives->getAboutArchive('发展历史');
} }
function legalAction() function legalAction()
{ {