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

    r173 r464  
    8686  $this->{magnifyIcon} =  
    8787    TWiki::Func::getPluginPreferencesValue('IMGPLUGIN_ENLARGE_ICON') || 
    88     '%PUBURLPATH%/%TWIKIWEB%/ImgPlugin/magnify-clip.png'; 
     88    '%PUBURLPATH%/%SYSTEMWEB%/ImgPlugin/magnify-clip.png'; 
    8989  $this->{magnifyWidth} = 15; # TODO: make this configurable/autodetected/irgnored 
    9090  $this->{magnifyHeight} = 11; # TODO: make this configurable/autodetected/irgnored 
Note: See TracChangeset for help on using the changeset viewer.