X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FNewpwdController.php;h=dc9ff5d46a11d263bcb5e80ada45d94c8989b06e;hb=d6940ce6e0ae4424d32efd66edc743d337dc3cf8;hp=de8ec3b644fcb9a242fc518fb253d94d411bbd41;hpb=30029cdbded68dd73b2f5697e852e009495eb196;p=syj.git diff --git a/application/controllers/NewpwdController.php b/application/controllers/NewpwdController.php index de8ec3b..dc9ff5d 100644 --- a/application/controllers/NewpwdController.php +++ b/application/controllers/NewpwdController.php @@ -6,9 +6,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/utils.js'); + $this->_helper->SyjMedias->addScripts('newpwd'); $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); $this->view->headLink()->appendStylesheet('css/newpwd.css', 'all'); }