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