]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ContactController.php
printing css style
[syj.git] / application / controllers / ContactController.php
index e8e2843d35d9d064760407428ee47da4e6eae844..e72c467514b4bb89bda10917af81261fcb995ae5 100644 (file)
@@ -9,8 +9,8 @@ class ContactController extends Zend_Controller_Action
         $this->view->headScript()->appendFile('js/prototype.js');
         $this->view->headScript()->appendFile('js/utils.js');
         $this->view->headScript()->appendFile('js/contact.js');
-        $this->view->headLink()->appendStylesheet('css/generic.css');
-        $this->view->headLink()->appendStylesheet('css/contact.css');
+        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/contact.css', 'all');
         $this->view->headTitle($this->view->translate("contact form"));
     }