X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FAccountController.php;h=57ea4d41d04be8c489a63181d8db3ad7e4bf7a34;hp=f1d977facaf70ec4818cc3ba20b026c57b8326c9;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hpb=95727eb231968e25b764f99d899bf2e044664ab4 diff --git a/application/controllers/AccountController.php b/application/controllers/AccountController.php index f1d977f..57ea4d4 100644 --- a/application/controllers/AccountController.php +++ b/application/controllers/AccountController.php @@ -11,8 +11,8 @@ class AccountController extends Zend_Controller_Action $this->view->headScript()->appendFile('js/prototype.js'); $this->view->headScript()->appendFile('js/utils.js'); $this->view->headScript()->appendFile('js/account.js'); - $this->view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/account.css'); + $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/account.css', 'all'); $this->view->headTitle($this->view->translate("my account")); }