diff --git a/e107_plugins/tinymce4/wysiwyg.php b/e107_plugins/tinymce4/wysiwyg.php index 11777f7d7..5e86e1d60 100644 --- a/e107_plugins/tinymce4/wysiwyg.php +++ b/e107_plugins/tinymce4/wysiwyg.php @@ -795,6 +795,11 @@ class wysiwyg { $css[] = str_replace(THEME,THEME_ABS,$val['path'].$val['fname']); } + + + + // @todo e107::library('info','bootstrap','library_path'); or similar ? + $css[] = "{e_WEB_ABS}js/bootstrap/css/bootstrap.min.css"; $content_css = vartrue($config['content_css'], implode(",",$css));