X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FTermsofuseController.php;h=a1278bb645137f36ca225c584a008b24fa02aa0b;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=928966ed5af11d71b5584072a4a3f796ded973fa;hpb=57031d71f1af8fbca504b7f09352a3fb1455d602;p=syj.git diff --git a/application/controllers/TermsofuseController.php b/application/controllers/TermsofuseController.php index 928966e..a1278bb 100644 --- a/application/controllers/TermsofuseController.php +++ b/application/controllers/TermsofuseController.php @@ -1,12 +1,12 @@ 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'); }