X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FErrorController.php;h=fed3945cbd7dbf89322fb1604c1278f70d0f157f;hp=0207587bf89633f4ab6cf0461cf33091b91d6eff;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hpb=95727eb231968e25b764f99d899bf2e044664ab4 diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index 0207587..fed3945 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -10,8 +10,8 @@ class ErrorController extends Zend_Controller_Action 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() {