]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
update copyright headers
[syj.git] / application / controllers / PendingController.php
index af5278c2a40b1a1033d31c4e2b1dd62389395a87..1b0b23795dd69f1cad9ca146e67b21ed7783c33d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class PendingController extends Zend_Controller_Action
@@ -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');
     }