X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FLoginController.php;h=f5e89b8d81a4f5d1a5ef3419957d6b7ceb63d44a;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=ed1514f1ec85ce1b776802b07a55fc8c8f63e1e8;hpb=5fe9a5fef61308515cd1913f0bb7cc4a4ecf0253;p=syj.git diff --git a/application/controllers/LoginController.php b/application/controllers/LoginController.php index ed1514f..f5e89b8 100644 --- a/application/controllers/LoginController.php +++ b/application/controllers/LoginController.php @@ -1,16 +1,15 @@ view->headTitle($this->view->translate("login")); - $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/utils.js'); - $this->view->headScript()->appendFile('js/login.js'); - $this->view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/login.css'); + $this->_helper->SyjMedias->addScripts('login'); + $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/form.css', 'all'); + $this->view->headLink()->appendStylesheet('css/login.css', 'all'); } public function loginAction() {