X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FTermsofuseController.php;h=20b99e2ee2d0654b10282505cef1b284d93ff38b;hb=00c2579ade64a20ba2d82e98d3eea5f864864cdb;hp=1fa7ffcb4394b459d9d359849d0c04969333bc41;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;p=syj.git 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'); }