]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ContactController.php
cache js, css and png files
[syj.git] / application / controllers / ContactController.php
index 8ff629ba597b42ce02bc1824842dcd9d50569196..7caf24e02cbf2349639fb0c8128709ef7c4c1840 100644 (file)
@@ -7,9 +7,7 @@ class ContactController extends Zend_Controller_Action
 
     public function init() {
         $this->_helper->SyjMedias->addScripts('contact');
-        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/form.css', 'all');
-        $this->view->headLink()->appendStylesheet('css/contact.css', 'all');
+        $this->_helper->SyjMedias->addStyleSheets('contact');
         $this->view->headTitle($this->view->translate("contact form"));
     }