]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/NewpwdController.php
assemble all utils scripts in a utils.js file
[syj.git] / application / controllers / NewpwdController.php
index 5facb89771110c78a40a6712c28fe8108ee089fc..93d7f9fc5ffddc4a3f3f850d6d569dfc94940780 100644 (file)
@@ -8,7 +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->headScript()->appendFile('js/utils.js');
         $this->view->headLink()->appendStylesheet('css/generic.css');
         $this->view->headLink()->appendStylesheet('css/newpwd.css');
     }