]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/LoginController.php
cache js, css and png files
[syj.git] / application / controllers / LoginController.php
index 490ca673ad2bbc9a56e7bfaad24a2bf63be2ef9f..152d18828a13adb44c88f5c71fe3ba58eb986b3c 100644 (file)
@@ -7,9 +7,7 @@ class LoginController extends Zend_Controller_Action
     public function init() {
         $this->view->headTitle($this->view->translate("login"));
         $this->_helper->SyjMedias->addScripts('login');
-        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/form.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/login.css', 'all');
+        $this->_helper->SyjMedias->addStyleSheets('login');
     }
 
     public function loginAction() {