change title
This commit is contained in:
parent
542432fe3e
commit
f78303274f
|
@ -5,7 +5,7 @@ class AboutController extends Zend_Controller_Action
|
|||
function indexAction()
|
||||
{
|
||||
$archives=new Archive($this->db);
|
||||
$this->view->item=$archives->getOneArchive('Mission & Goals','about');
|
||||
$this->view->item=$archives->getOneArchive('Mission and Goals','about');
|
||||
}
|
||||
function preDispatch()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue