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