]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ErrorController.php
printing css style
[syj.git] / application / controllers / ErrorController.php
index 0207587bf89633f4ab6cf0461cf33091b91d6eff..fed3945cbd7dbf89322fb1604c1278f70d0f157f 100644 (file)
@@ -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() {