]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
cache js, css and png files
[syj.git] / application / controllers / PendingController.php
index af7135b6546a3aefb7e588eb71099d3e22ff507f..ff28a1f94dad7b48db031faa703092ead5fa9b3c 100644 (file)
@@ -6,9 +6,7 @@ class PendingController extends Zend_Controller_Action
 {
 
     public function init() {
-        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/form.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/pending.css', 'all');
+        $this->_helper->SyjMedias->addStyleSheets('pending');
     }
 
     public function indexAction() {