X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FTermsofuseController.php;h=20b99e2ee2d0654b10282505cef1b284d93ff38b;hp=1fa7ffcb4394b459d9d359849d0c04969333bc41;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019 diff --git a/application/controllers/TermsofuseController.php b/application/controllers/TermsofuseController.php index 1fa7ffc..20b99e2 100644 --- a/application/controllers/TermsofuseController.php +++ b/application/controllers/TermsofuseController.php @@ -1,12 +1,11 @@ view->headLink()->appendStylesheet('css/generic.css', 'all'); - $this->view->headLink()->appendStylesheet('css/termsofuse.css', 'all'); + $this->_helper->SyjMedias->addStyleSheets('termsofuse'); $this->view->headTitle($this->view->translate("terms of use")); $this->view->rawmode = ($this->getRequest()->getQuery('format') == 'raw'); }