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

    r162 r464  
    5050    my $link =  
    5151      '<link rel="stylesheet" '. 
    52       'href="%PUBURL%/%TWIKIWEB%/HeadlinesPlugin/style.css" '. 
     52      'href="%PUBURL%/%SYSTEMWEB%/HeadlinesPlugin/style.css" '. 
    5353      'type="text/css" media="all" />'; 
    5454    if($_[0] =~ s/<head>(.*?[\r\n]+)/<head>$1$link\n/o) { 
Note: See TracChangeset for help on using the changeset viewer.