Ignore:
Timestamp:
Oct 8, 2006 7:55:16 PM (7 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
5c52d06
Parents:
144ecb0
Message:

fixed css path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/settings/edit_identity.inc

    ra0109c4 r5ec6194  
    4848  $OUTPUT->add_script("tinyMCE.init({ mode : 'specific_textareas'," . 
    4949                                    "apply_source_formatting : true," . 
     50                                    "content_css : '\$__skin_path' + '/editor_content.css'," . 
     51                                    "popups_css : '\$__skin_path' + '/editor_popups.css'," . 
     52                                    "editor_css : '\$__skin_path' + '/editor_ui.css'," . 
    5053                                    "theme : 'advanced'," . 
    5154                                    "theme_advanced_toolbar_location : 'top'," . 
Note: See TracChangeset for help on using the changeset viewer.