X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FNewpwdController.php;h=93d7f9fc5ffddc4a3f3f850d6d569dfc94940780;hb=1de0f433144272946051bb0df886b8c43459beb8;hp=5facb89771110c78a40a6712c28fe8108ee089fc;hpb=d9f13fbba43193040911105caf393aff945eb02d;p=syj.git diff --git a/application/controllers/NewpwdController.php b/application/controllers/NewpwdController.php index 5facb89..93d7f9f 100644 --- a/application/controllers/NewpwdController.php +++ b/application/controllers/NewpwdController.php @@ -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'); }