X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=application%2Fcontrollers%2FContactController.php;h=aabd9f6630f1c804fa04e35a34bc9a60b013cd6a;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=9520a67227dc5c644f3c5a4570d5a28aa4ffbe4c;hpb=d6940ce6e0ae4424d32efd66edc743d337dc3cf8;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 9520a67..aabd9f6 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -1,5 +1,5 @@ _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")); }