X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=ef568393d60514b99eb0d4a6aba20cf330456f09;hb=dda857e1579fd92e7f6236c999f1d43a5d0e8a74;hp=3e82c7dc8bff5f86d37e92f0a0fb7d66f2437ccb;hpb=db98e1f62272cff0b425133aa3b909c5cfa6183d;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 3e82c7d..ef56839 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -6,10 +6,9 @@ class ContactController extends Zend_Controller_Action { public function init() { - $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/utils.js'); - $this->view->headScript()->appendFile('js/contact.js'); + $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")); }