- Timestamp:
- 11/11/08 10:49:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ThreadedDiscussionPlugin/lib/TWiki/Plugins/ThreadedDiscussionPlugin.pm
r464 r549 114 114 # Get preference values related to formatting 115 115 my $attachUrl = TWiki::Func::getUrlHost() . TWiki::Func::getPubUrlPath(); 116 $attachUrl .= "/$installWeb/ TWikiDocGraphics";116 $attachUrl .= "/$installWeb/DocumentGraphics"; 117 117 $threadcolor = (&TWiki::Func::getPreferencesValue( "\U$pluginName\E_THREADCOLOR" ) || "#FFFFFF") unless $threadcolor; 118 118 $iconlocation = (&TWiki::Func::getPreferencesValue( "\U$pluginName\E_ICONTOPIC" ) || "$attachUrl") unless $iconlocation; … … 166 166 my $title = ""; 167 167 my $text = ""; 168 # edit = /TWiki/ TWikiDocGraphics/pencil.gif169 # comment = /TWiki/ TWikiDocGraphics/note.gif168 # edit = /TWiki/DocumentGraphics/pencil.gif 169 # comment = /TWiki/DocumentGraphics/note.gif 170 170 my $eurl = TWiki::Func::getScriptUrlPath() . "/editthread/$web/$topic"; 171 171 $text .= " <a href=\"$eurl\?t=" . time() . "&nr=$listNr&sec=$lineNr&level=$level#SECEDITBOX\"><small>$editLabel</small></a>"; … … 180 180 my ( $theParams, $topic ) = @_; 181 181 182 $topic = " TWikiDocGraphics" unless $topic;182 $topic = "DocumentGraphics" unless $topic; 183 183 my $attachUrl = TWiki::Func::getUrlHost() . TWiki::Func::getPubUrlPath(); 184 184
Note: See TracChangeset
for help on using the changeset viewer.
