]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
update copyright headers
[syj.git] / application / controllers / PendingController.php
index d025023dd8197987025597099b1bb24e166cd847..1b0b23795dd69f1cad9ca146e67b21ed7783c33d 100644 (file)
@@ -1,13 +1,14 @@
 <?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
 {
 
     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() {