]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/NewpwdController.php
highlight for input on errors
[syj.git] / application / controllers / NewpwdController.php
index 2dc2724f8116ec7de20743012631589491555a43..5facb89771110c78a40a6712c28fe8108ee089fc 100644 (file)
@@ -8,6 +8,7 @@ class NewpwdController extends Zend_Controller_Action
     public function init() {
         $this->view->headScript()->appendFile('js/prototype.js');
         $this->view->headScript()->appendFile('js/newpwd.js');
+        $this->view->headScript()->appendFile('js/highlight.js');
         $this->view->headLink()->appendStylesheet('css/generic.css');
         $this->view->headLink()->appendStylesheet('css/newpwd.css');
     }