fix link error
This commit is contained in:
parent
1ab3982e7f
commit
bdd0bd1816
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue