X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FErrorController.php;h=7e0301539129575891f1c6ae7c3e1e26c3d82b7a;hp=db283ab86d48844a3983f55316c0c0a0a0ccd695;hb=26afcb880ff75743abcb627ecf516b6c51a36d08;hpb=ec7db76528badd24d3b1332736c5a6f71d2a0986 diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index db283ab..7e03015 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -10,12 +10,7 @@ class ErrorController extends Zend_Controller_Action } public function init() { - $this->view->jslocales = null; - $this->view->headScript()->exchangeArray(array()); - $this->view->headLink()->exchangeArray(array()); - $this->view->headTitle()->exchangeArray(array()); - $this->view->headStyle()->exchangeArray(array()); - + $this->_helper->SyjReset->resetPlaceHolders(); $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/error.css'); }