]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ListController.php
cache js, css and png files
[syj.git] / application / controllers / ListController.php
index 1cf030809025e75f4aced523656451e1548b1800..e94088383fba22f336eb663ea2ed9e4bd4749094 100644 (file)
@@ -9,9 +9,8 @@ class ListController extends Zend_Controller_Action
         $this->_helper->SyjUserManager->needsLogin();
 
         $this->_helper->SyjMedias->addScripts('list');
+        $this->_helper->SyjMedias->addStyleSheets('list');
 
-        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/list.css', 'all');
         $this->view->headTitle($this->view->translate("my routes"));
     }