X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FNewpwdController.php;h=1a4ab0798bc7d1c7f0d4bbc4e9e7b3e42fd94e12;hp=012738c07045d765a865779abd367844d232bd8a;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hpb=95727eb231968e25b764f99d899bf2e044664ab4 diff --git a/application/controllers/NewpwdController.php b/application/controllers/NewpwdController.php index 012738c..1a4ab07 100644 --- a/application/controllers/NewpwdController.php +++ b/application/controllers/NewpwdController.php @@ -9,8 +9,8 @@ class NewpwdController extends Zend_Controller_Action $this->view->headScript()->appendFile('js/prototype.js'); $this->view->headScript()->appendFile('js/newpwd.js'); $this->view->headScript()->appendFile('js/utils.js'); - $this->view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/newpwd.css'); + $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/newpwd.css', 'all'); } public function indexAction() {