X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FErrorController.php;h=fed3945cbd7dbf89322fb1604c1278f70d0f157f;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hp=7e0301539129575891f1c6ae7c3e1e26c3d82b7a;hpb=26afcb880ff75743abcb627ecf516b6c51a36d08;p=syj.git diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index 7e03015..fed3945 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -6,13 +6,12 @@ class ErrorController extends Zend_Controller_Action { protected function httpError($code) { $this->getResponse()->setHttpResponseCode($code); - $this->view->message = Zend_Http_Response::responseCodeAsText($code); } public function init() { $this->_helper->SyjReset->resetPlaceHolders(); - $this->view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/error.css'); + $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/error.css', 'all'); } public function errorAction() {