aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-01 23:56:31 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-01 23:56:31 +0000
commita2be668d986c9df6f2954d501bbf80ed8748ca81 (patch)
treeff308080c4be65f4a15971c31b70525879ecc6fa /mod/tinymce
parent17192a2f51507300ebc499b78aa010e9d38fb4f1 (diff)
downloadelgg-a2be668d986c9df6f2954d501bbf80ed8748ca81.tar.gz
elgg-a2be668d986c9df6f2954d501bbf80ed8748ca81.tar.bz2
screen.css is a better name for our main css file
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tinymce')
-rw-r--r--mod/tinymce/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php
index bc54c36a0..ddf285090 100644
--- a/mod/tinymce/start.php
+++ b/mod/tinymce/start.php
@@ -6,7 +6,7 @@
*/
function tinymce_init() {
- elgg_extend_view('css', 'tinymce/css');
+ elgg_extend_view('css/screen', 'tinymce/css');
elgg_extend_view('embed/custom_insert_js', 'tinymce/embed_custom_insert_js');
}