]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
some style for forms
[syj.git] / application / controllers / PendingController.php
index af5278c2a40b1a1033d31c4e2b1dd62389395a87..7326bdbdb425a4d8ca4aa0bb8add3b45a4139fca 100644 (file)
@@ -7,6 +7,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');
     }