]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/AccountController.php
some style for forms
[syj.git] / application / controllers / AccountController.php
index 5f20cc73849b863932ed287f6a8676abaf044945..3bd20c6b63018317ef14511b94095cc2ff7262e5 100644 (file)
@@ -10,6 +10,7 @@ class AccountController extends Zend_Controller_Action
         $this->_helper->SyjMedias->addScripts('account');
 
         $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/form.css', 'all');
         $this->view->headLink()->appendStylesheet('css/account.css', 'all');
         $this->view->headTitle($this->view->translate("my account"));
     }