X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=7caf24e02cbf2349639fb0c8128709ef7c4c1840;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hp=8ff629ba597b42ce02bc1824842dcd9d50569196;hpb=0722c496ca63f30937427e3bf8fbdd5cfee2c83d;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 8ff629b..7caf24e 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -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")); }