]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/TermsofuseController.php
printing css style
[syj.git] / application / controllers / TermsofuseController.php
index 928966ed5af11d71b5584072a4a3f796ded973fa..1fa7ffcb4394b459d9d359849d0c04969333bc41 100644 (file)
@@ -5,8 +5,8 @@
 class TermsofuseController extends Zend_Controller_Action
 {
     public function indexAction() {
-        $this->view->headLink()->appendStylesheet('css/generic.css');
-        $this->view->headLink()->appendStylesheet('css/termsofuse.css');
+        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/termsofuse.css', 'all');
         $this->view->headTitle($this->view->translate("terms of use"));
         $this->view->rawmode = ($this->getRequest()->getQuery('format') == 'raw');
     }