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

    r14 r464  
    180180    $theParams =~ s/%WEB%/$installWeb/go; 
    181181    $theParams =~ s/%MAINWEB%/TWiki::Func::getMainWebname()/geo; 
    182     $theParams =~ s/%TWIKIWEB%/TWiki::Func::getTwikiWebname()/geo; 
     182    $theParams =~ s/%TWIKIWEB%/TWiki::Func::getTwikiWebname()/geo;  # deprecated 
     183    $theParams =~ s/%SYSTEMWEB%/TWiki::Func::getTwikiWebname()/geo; 
    183184    my ( $showLead, $width, $height, $iconSp, $iconT, $iconI, $iconL, $iconImg ) 
    184185       = split( /, */, $theParams ); 
Note: See TracChangeset for help on using the changeset viewer.