]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/LoginController.php
update copyright headers
[syj.git] / application / controllers / LoginController.php
index a6c7b46707130f7a98ab13d17358913346f55254..f5e89b8d81a4f5d1a5ef3419957d6b7ceb63d44a 100644 (file)
@@ -1,15 +1,14 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 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');
     }