]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/LoginController.php
update copyright headers
[syj.git] / application / controllers / LoginController.php
index cb9543d8df7b2890c080aa170a7f4775f22c34c4..f5e89b8d81a4f5d1a5ef3419957d6b7ceb63d44a 100644 (file)
@@ -1,5 +1,5 @@
 <?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
@@ -8,6 +8,7 @@ class LoginController extends Zend_Controller_Action
         $this->view->headTitle($this->view->translate("login"));
         $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');
     }