Index: branches/5.3.x/core/units/helpers/fck_helper.php =================================================================== diff -u -N -r16124 -r16228 --- branches/5.3.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 16124) +++ branches/5.3.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 16228) @@ -1,6 +1,6 @@ 'OnGetsEditorStyles', 'no_pass_through' => 1, 'pass' => 'm'); - $styles_css = $this->Application->HREF('index', '_FRONT_END_', $url_params, 'index.php'); + + $prefix = $this->Application->isAdmin ? '_FRONT_END_' : ''; + $styles_css = $this->Application->HREF('index', $prefix, $url_params, 'index.php'); } else { $stylesheet_folder_url = $this->Application->BaseURL(rtrim(EDITOR_PATH, '/'));