X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FNewpwdController.php;h=329b4e9cc23a14a4ab650b512024e8e4995232d7;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=de8ec3b644fcb9a242fc518fb253d94d411bbd41;hpb=db98e1f62272cff0b425133aa3b909c5cfa6183d;p=syj.git diff --git a/application/controllers/NewpwdController.php b/application/controllers/NewpwdController.php index de8ec3b..329b4e9 100644 --- a/application/controllers/NewpwdController.php +++ b/application/controllers/NewpwdController.php @@ -1,15 +1,14 @@ view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/newpwd.js'); - $this->view->headScript()->appendFile('js/utils.js'); + $this->_helper->SyjMedias->addScripts('newpwd'); $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/form.css', 'all'); $this->view->headLink()->appendStylesheet('css/newpwd.css', 'all'); }