Index: branches/5.3.x/core/units/fck/fck_eh.php =================================================================== diff -u -N -r15902 -r16124 --- branches/5.3.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 15902) +++ branches/5.3.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 16124) @@ -1,6 +1,6 @@ Application->recallObject('theme.current'); + + /** @var MinifyHelper $minify_helper */ $minify_helper = $this->Application->recallObject('MinifyHelper'); - /* @var $minify_helper MinifyHelper */ $this->Application->InitParser(); - $styles_css = $minify_helper->CompressScriptTag( Array ('files' => 'inc/style.css') ); + $styles_css = $minify_helper->CompressScriptTag(array('files' => $theme->getStylesheetFile(true))); $event->redirect = 'external:' . $styles_css; } - } \ No newline at end of file + }