X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FNewpwdController.php;h=85edbd9483ec04c5fa5143a52e4b9536b6f1a78b;hp=dc9ff5d46a11d263bcb5e80ada45d94c8989b06e;hb=70d6bb9dfa4c198607fbe75592f108bc8d69048b;hpb=cc68f76d0f50528c2e4743879ec37363bfdcf26a diff --git a/application/controllers/NewpwdController.php b/application/controllers/NewpwdController.php index dc9ff5d..85edbd9 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->_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'); }