Index: branches/5.3.x/core/units/helpers/fck_helper.php =================================================================== diff -u -N -r15946 -r15974 --- branches/5.3.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 15946) +++ branches/5.3.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 15974) @@ -1,6 +1,6 @@ Application->GetFrontThemePath() . '/inc'; if ( file_exists(FULL_PATH . $theme_path . '/style.css') ) { - $url_params = Array ( - 'events[fck]' => 'OnGetsEditorStyles', - 'no_pass_through' => 1, 'pass' => 'm', 'no_amp' => 1 - ); - + $url_params = Array ('events[fck]' => 'OnGetsEditorStyles', 'no_pass_through' => 1, 'pass' => 'm'); $styles_css = $this->Application->HREF('index', '_FRONT_END_', $url_params, 'index.php'); } else {