]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
some style for forms
[syj.git] / application / controllers / PendingController.php
index d025023dd8197987025597099b1bb24e166cd847..7326bdbdb425a4d8ca4aa0bb8add3b45a4139fca 100644 (file)
@@ -6,8 +6,9 @@ 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/form.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/pending.css', 'all');
     }
 
     public function indexAction() {