]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ContactController.php
highlight for input on errors
[syj.git] / application / controllers / ContactController.php
index 0b71c325151f1647fc54106708af28bca7144e49..03dd4a6b645436290fcf7fbc60c2dbb5c7d9edc6 100644 (file)
@@ -8,6 +8,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/contact.js');
         $this->view->headLink()->appendStylesheet('css/generic.css');
         $this->view->headLink()->appendStylesheet('css/contact.css');