X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=03dd4a6b645436290fcf7fbc60c2dbb5c7d9edc6;hp=0b71c325151f1647fc54106708af28bca7144e49;hb=9efd079d59d269811abc4c551b2f39ab2e6a05fb;hpb=aa1b3365fcf3d78fbe20166a03fc92fab3928708 diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 0b71c32..03dd4a6 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->view->headScript()->appendFile('js/prototype.js'); $this->view->headScript()->appendFile('js/forms.js'); + $this->view->headScript()->appendFile('js/highlight.js'); $this->view->headScript()->appendFile('js/contact.js'); $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/contact.css');