diff --git a/e107_plugins/tinymce4/wysiwyg.php b/e107_plugins/tinymce4/wysiwyg.php index 3c3a19aa3..0afad4c5b 100644 --- a/e107_plugins/tinymce4/wysiwyg.php +++ b/e107_plugins/tinymce4/wysiwyg.php @@ -851,13 +851,15 @@ class wysiwyg $pathAn .= e107::getLibrary()->getProperty('animate.css', 'path'); // sub-folder $editorCSS = array( - 0 => $pathBS . '/dist/css/bootstrap.min.css', + 0 => $pathBS . '/css/bootstrap.min.css', 1 => $pathFA . '/css/font-awesome.min.css', 2 => e_PLUGIN_ABS . 'tinymce4/editor.css', 3 => $pathAn . 'animate.min.css', ); + // file_put_contents(e_LOG."wysiwyg.log", print_r($editorCSS,true)); + $editorCSS = $tp->replaceConstants($editorCSS, 'abs'); $ret['content_css'] = json_encode($editorCSS);