X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FFaqController.php;h=1cd46228f048856179d0b25ba46bc53e2f6aab18;hb=a3870411b5c5217e7b2f063d2929fc2e14daa962;hp=8a6881c19655d5411a815cd4597caae3c7ce3894;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878;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")); } }