X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;ds=sidebyside;f=application%2Fcontrollers%2FFaqController.php;h=1cd46228f048856179d0b25ba46bc53e2f6aab18;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hp=8a6881c19655d5411a815cd4597caae3c7ce3894;hpb=95727eb231968e25b764f99d899bf2e044664ab4;p=syj.git diff --git a/application/controllers/FaqController.php b/application/controllers/FaqController.php index 8a6881c..1cd4622 100644 --- a/application/controllers/FaqController.php +++ b/application/controllers/FaqController.php @@ -5,8 +5,8 @@ class FaqController extends Zend_Controller_Action { public function indexAction() { - $this->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")); } }