X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FFaqController.php;h=a215cf58f1a628b30c57d5471844e6866c09e834;hb=00c2579ade64a20ba2d82e98d3eea5f864864cdb;hp=8a6881c19655d5411a815cd4597caae3c7ce3894;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878;p=syj.git diff --git a/application/controllers/FaqController.php b/application/controllers/FaqController.php index 8a6881c..a215cf5 100644 --- a/application/controllers/FaqController.php +++ b/application/controllers/FaqController.php @@ -1,12 +1,11 @@ view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/faq.css'); + $this->_helper->SyjMedias->addStyleSheets('faq'); $this->view->headTitle($this->view->translate("Frequently asked questions")); } }