X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=ef568393d60514b99eb0d4a6aba20cf330456f09;hp=9520a67227dc5c644f3c5a4570d5a28aa4ffbe4c;hb=70d6bb9dfa4c198607fbe75592f108bc8d69048b;hpb=cc68f76d0f50528c2e4743879ec37363bfdcf26a 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")); }