X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FLoginController.php;h=ce9db39dd07d217e058728ccb1a0ee704bcb26b2;hp=a6c7b46707130f7a98ab13d17358913346f55254;hb=70d6bb9dfa4c198607fbe75592f108bc8d69048b;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019 diff --git a/application/controllers/LoginController.php b/application/controllers/LoginController.php index a6c7b46..ce9db39 100644 --- a/application/controllers/LoginController.php +++ b/application/controllers/LoginController.php @@ -6,10 +6,9 @@ class LoginController extends Zend_Controller_Action { public function init() { $this->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->_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'); }