]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/NewpwdController.php
cache js, css and png files
[syj.git] / application / controllers / NewpwdController.php
index 25a386217298c01bdbd63c7fcb84c7bb3fe921de..17b16cae391391837a8615bbdbae5eedccf5aab2 100644 (file)
@@ -7,9 +7,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');
+        $this->_helper->SyjMedias->addStyleSheets('newpwd');
     }
 
     public function indexAction() {