X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FAccountController.php;h=40eba9ac68c003d5b1e62b5dc98a5721377191f2;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=c9c986ecba33ff6741ae1526acfb6c5344f892b1;hpb=db98e1f62272cff0b425133aa3b909c5cfa6183d;p=syj.git diff --git a/application/controllers/AccountController.php b/application/controllers/AccountController.php index c9c986e..40eba9a 100644 --- a/application/controllers/AccountController.php +++ b/application/controllers/AccountController.php @@ -1,5 +1,5 @@ _helper->SyjSession->needsLogin(); + $this->_helper->SyjMedias->addScripts('account'); - $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/utils.js'); - $this->view->headScript()->appendFile('js/account.js'); $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/form.css', 'all'); $this->view->headLink()->appendStylesheet('css/account.css', 'all'); $this->view->headTitle($this->view->translate("my account")); }