]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/AccountController.php
update copyright headers
[syj.git] / application / controllers / AccountController.php
index 5f20cc73849b863932ed287f6a8676abaf044945..40eba9ac68c003d5b1e62b5dc98a5721377191f2 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 AccountController extends Zend_Controller_Action
@@ -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"));
     }