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