From f78303274f76979ae2bb6e35e7636a9137a93280 Mon Sep 17 00:00:00 2001 From: wlx Date: Sun, 10 Nov 2013 09:05:25 +0000 Subject: [PATCH] change title --- application/default/controllers/AboutController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/AboutController.php b/application/default/controllers/AboutController.php index 3192d772..d3f604ad 100755 --- a/application/default/controllers/AboutController.php +++ b/application/default/controllers/AboutController.php @@ -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() {