From: arno Date: Wed, 8 Sep 2010 05:59:07 +0000 (+0200) Subject: fixes: raw format does not work any more X-Git-Tag: v0.2~7 X-Git-Url: https://dev.renevier.net/?p=syj.git;a=commitdiff_plain;h=d1b15aee9462fc556b230b80f2593debbc696b50 fixes: raw format does not work any more --- diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 8a09a35..ee1efb0 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -14,7 +14,7 @@ class IdxController extends Zend_Controller_Action public function rawmode(Syj_Model_Path $path) { $this->_helper->SyjReset->resetPlaceHolders(); - $this->_helper->SyjMedias->addScripts('syjraw'); + $this->_helper->SyjMedias->addScripts('rawidx'); $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); $this->view->headLink()->appendStylesheet('css/syjraw.css', 'all');