X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FTermsofuseController.php;h=20b99e2ee2d0654b10282505cef1b284d93ff38b;hp=a1278bb645137f36ca225c584a008b24fa02aa0b;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hpb=38bedcd63499189e0584bfff6e44ae4018283eb1 diff --git a/application/controllers/TermsofuseController.php b/application/controllers/TermsofuseController.php index a1278bb..20b99e2 100644 --- a/application/controllers/TermsofuseController.php +++ b/application/controllers/TermsofuseController.php @@ -5,8 +5,7 @@ class TermsofuseController extends Zend_Controller_Action { public function indexAction() { - $this->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'); }