]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/AccountController.php
assemble all utils scripts in a utils.js file
[syj.git] / application / controllers / AccountController.php
index 00de24e14940b121fbea0ec7529e00443696673f..30daa5bc3eead3ad461c261e215358705c130a8c 100644 (file)
@@ -7,8 +7,7 @@ class AccountController 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/utils.js');
         $this->view->headScript()->appendFile('js/account.js');
         $this->view->headLink()->appendStylesheet('css/generic.css');
         $this->view->headLink()->appendStylesheet('css/account.css');