X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=ef568393d60514b99eb0d4a6aba20cf330456f09;hb=a3870411b5c5217e7b2f063d2929fc2e14daa962;hp=9520a67227dc5c644f3c5a4570d5a28aa4ffbe4c;hpb=d6940ce6e0ae4424d32efd66edc743d337dc3cf8;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 9520a67..ef56839 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -8,6 +8,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->view->headTitle($this->view->translate("contact form")); }