From 4174e6824639f8ec1bfb0277b4f923e895ac3204 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Sun, 8 Oct 2006 23:55:16 +0000 Subject: fixed css path git-svn-id: https://svn.roundcube.net/trunk@360 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/edit_identity.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/settings/edit_identity.inc b/roundcubemail/program/steps/settings/edit_identity.inc index af9cb26cc..caf3c015a 100644 --- a/roundcubemail/program/steps/settings/edit_identity.inc +++ b/roundcubemail/program/steps/settings/edit_identity.inc @@ -47,6 +47,9 @@ function rcube_identity_form($attrib) $OUTPUT->include_script('tiny_mce/tiny_mce_src.js'); $OUTPUT->add_script("tinyMCE.init({ mode : 'specific_textareas'," . "apply_source_formatting : true," . + "content_css : '\$__skin_path' + '/editor_content.css'," . + "popups_css : '\$__skin_path' + '/editor_popups.css'," . + "editor_css : '\$__skin_path' + '/editor_ui.css'," . "theme : 'advanced'," . "theme_advanced_toolbar_location : 'top'," . "theme_advanced_toolbar_align : 'left'," . @@ -137,4 +140,4 @@ if ($_action=='add-identity' && template_exists('addidentity')) parse_template('addidentity'); parse_template('editidentity'); -?> \ No newline at end of file +?> -- cgit v1.2.3