X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FAccountController.php;h=30daa5bc3eead3ad461c261e215358705c130a8c;hb=1de0f433144272946051bb0df886b8c43459beb8;hp=00de24e14940b121fbea0ec7529e00443696673f;hpb=d9f13fbba43193040911105caf393aff945eb02d;p=syj.git diff --git a/application/controllers/AccountController.php b/application/controllers/AccountController.php index 00de24e..30daa5b 100644 --- a/application/controllers/AccountController.php +++ b/application/controllers/AccountController.php @@ -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');