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