X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FErrorController.php;fp=application%2Fcontrollers%2FErrorController.php;h=043b19945d898859a732fbc6e4bcc32c2114f141;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hp=f2e1b69c51a22a6c580f476f203d3337f5bdc7dd;hpb=38bedcd63499189e0584bfff6e44ae4018283eb1;p=syj.git diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index f2e1b69..043b199 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -10,8 +10,7 @@ class ErrorController extends Zend_Controller_Action public function init() { $this->_helper->SyjReset->resetPlaceHolders(); - $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); - $this->view->headLink()->appendStylesheet('css/error.css', 'all'); + $this->_helper->SyjMedias->addStyleSheets('error'); } public function errorAction() {