X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FAccountController.php;h=9db12047c197b87330754f9013ad04e269a7ec3c;hp=c79b4769cc84439a4fe273838d2e20c0b25c96d8;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hpb=38bedcd63499189e0584bfff6e44ae4018283eb1 diff --git a/application/controllers/AccountController.php b/application/controllers/AccountController.php index c79b476..9db1204 100644 --- a/application/controllers/AccountController.php +++ b/application/controllers/AccountController.php @@ -8,10 +8,8 @@ class AccountController extends Zend_Controller_Action public function init() { $this->_helper->SyjUserManager->needsLogin(); $this->_helper->SyjMedias->addScripts('account'); + $this->_helper->SyjMedias->addStyleSheets('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")); }