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