change title

This commit is contained in:
wlx 2013-11-10 09:05:25 +00:00
parent 542432fe3e
commit f78303274f
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{