change text
This commit is contained in:
parent
1ccce9505c
commit
542432fe3e
|
@ -67,7 +67,7 @@ class AboutController extends Zend_Controller_Action
|
||||||
function copyrightAction()
|
function copyrightAction()
|
||||||
{
|
{
|
||||||
$archives=new Archive($this->db);
|
$archives=new Archive($this->db);
|
||||||
$this->view->item=$archives->getOneArchive('Use & Copyrights','about');
|
$this->view->item=$archives->getOneArchive('Use and Copyrights','about');
|
||||||
}
|
}
|
||||||
function linkAction()
|
function linkAction()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue