]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
printing css style
[syj.git] / application / controllers / PendingController.php
index d025023dd8197987025597099b1bb24e166cd847..af5278c2a40b1a1033d31c4e2b1dd62389395a87 100644 (file)
@@ -6,8 +6,8 @@ class PendingController extends Zend_Controller_Action
 {
 
     public function init() {
-        $this->view->headLink()->appendStylesheet('css/generic.css');
-        $this->view->headLink()->appendStylesheet('css/pending.css');
+        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/pending.css', 'all');
     }
 
     public function indexAction() {