Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/lib/TWiki/Plugins/TinyMCEPlugin.pm

    r14 r464  
    140140    # use a REST call to the WysiwygPlugin tml2html REST handler to convert 
    141141    # the textarea content from TML to HTML. 
    142     my $pluginURL = '%PUBURL%/%TWIKIWEB%/TinyMCEPlugin'; 
     142    my $pluginURL = '%PUBURL%/%SYSTEMWEB%/TinyMCEPlugin'; 
    143143    my $tmceURL = $pluginURL.'/tinymce/jscripts/tiny_mce'; 
    144144    # expand and URL-encode the init string 
     
    156156        TWiki::Func::addToHEAD( 
    157157            'BEHAVIOURCONTRIB', 
    158             '<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/BehaviourContrib/behaviour.js"></script>'); 
     158            '<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/BehaviourContrib/behaviour.js"></script>'); 
    159159    } 
    160160    TWiki::Func::addToHEAD('tinyMCE', <<SCRIPT); 
Note: See TracChangeset for help on using the changeset viewer.