X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FFaqController.php;h=a215cf58f1a628b30c57d5471844e6866c09e834;hp=a1a99f5ecfad8b309b21c0cc329ccb1e1c2357a3;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hpb=38bedcd63499189e0584bfff6e44ae4018283eb1 diff --git a/application/controllers/FaqController.php b/application/controllers/FaqController.php index a1a99f5..a215cf5 100644 --- a/application/controllers/FaqController.php +++ b/application/controllers/FaqController.php @@ -5,8 +5,7 @@ class FaqController extends Zend_Controller_Action { public function indexAction() { - $this->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")); } }