X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=9a7ade195d7a3e883f5d415471c83ec2fa24fa2f;hb=1de0f433144272946051bb0df886b8c43459beb8;hp=03dd4a6b645436290fcf7fbc60c2dbb5c7d9edc6;hpb=d9f13fbba43193040911105caf393aff945eb02d;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 03dd4a6..9a7ade1 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -7,8 +7,7 @@ class ContactController extends Zend_Controller_Action public function init() { $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/forms.js'); - $this->view->headScript()->appendFile('js/highlight.js'); + $this->view->headScript()->appendFile('js/utils.js'); $this->view->headScript()->appendFile('js/contact.js'); $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/contact.css');