]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ErrorController.php
raw mode to display map
[syj.git] / application / controllers / ErrorController.php
index db283ab86d48844a3983f55316c0c0a0a0ccd695..7e0301539129575891f1c6ae7c3e1e26c3d82b7a 100644 (file)
@@ -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');
     }