]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/LoginController.php
some style for forms
[syj.git] / application / controllers / LoginController.php
index cb9543d8df7b2890c080aa170a7f4775f22c34c4..ce9db39dd07d217e058728ccb1a0ee704bcb26b2 100644 (file)
@@ -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');
     }