diff options
Diffstat (limited to 'mod/tinymce/start.php')
-rw-r--r-- | mod/tinymce/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index ddf285090..26b075f71 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -7,6 +7,7 @@ function tinymce_init() { elgg_extend_view('css/screen', 'tinymce/css'); + elgg_extend_view('css/admin', 'tinymce/css'); elgg_extend_view('embed/custom_insert_js', 'tinymce/embed_custom_insert_js'); } |