fix link error
This commit is contained in:
parent
1ab3982e7f
commit
bdd0bd1816
|
@ -44,13 +44,13 @@ class AboutController extends Zend_Controller_Action
|
|||
}
|
||||
function termsAction()
|
||||
{
|
||||
$archives=new Archive($this->db);
|
||||
$this->view->item=$archives->getAboutArchive('使用条款');
|
||||
$archives=new Archive($this->db);
|
||||
$this->view->item=$archives->getAboutArchive('使用条款和免责声明');
|
||||
}
|
||||
function backgroundAction()
|
||||
{
|
||||
$archives=new Archive($this->db);
|
||||
$this->view->item=$archives->getAboutArchive('发展历史');
|
||||
$archives=new Archive($this->db);
|
||||
$this->view->item=$archives->getAboutArchive('发展历史');
|
||||
}
|
||||
function legalAction()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue