]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/FaqController.php
update copyright headers
[syj.git] / application / controllers / FaqController.php
index 8a6881c19655d5411a815cd4597caae3c7ce3894..a1a99f5ecfad8b309b21c0cc329ccb1e1c2357a3 100644 (file)
@@ -1,12 +1,12 @@
 <?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 FaqController extends Zend_Controller_Action
 {
     public function indexAction() {
-        $this->view->headLink()->appendStylesheet('css/generic.css');
-        $this->view->headLink()->appendStylesheet('css/faq.css');
+        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/faq.css', 'all');
         $this->view->headTitle($this->view->translate("Frequently asked questions"));
     }
 }