]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/FaqController.php
cache js, css and png files
[syj.git] / application / controllers / FaqController.php
index a1a99f5ecfad8b309b21c0cc329ccb1e1c2357a3..a215cf58f1a628b30c57d5471844e6866c09e834 100644 (file)
@@ -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"));
     }
 }