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/BlogPlugin/lib/TWiki/Plugins/BlogPlugin.pm

    r48 r464  
    102102    my $link =  
    103103      '<link rel="stylesheet" '. 
    104       'href="%PUBURL%/%TWIKIWEB%/BlogPlugin/style.css" '. 
     104      'href="%PUBURL%/%SYSTEMWEB%/BlogPlugin/style.css" '. 
    105105      'type="text/css" media="all" />' . "\n" . 
    106106      '<script type="text/javascript" ' . 
    107       'src="%PUBURL%/%TWIKIWEB%/BlogPlugin/blogplugin.js">' . 
     107      'src="%PUBURL%/%SYSTEMWEB%/BlogPlugin/blogplugin.js">' . 
    108108      '</script>'; 
    109109    if ($_[0] =~ s/<head>(.*?[\r\n]+)/<head>$1$link\n/o) { 
Note: See TracChangeset for help on using the changeset viewer.